|
@@ -207,7 +207,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/bookmarks/Bookm
|
|
/**
|
|
/**
|
|
* Synchronously gets a list of bookmarks that match the specified search query.
|
|
* Synchronously gets a list of bookmarks that match the specified search query.
|
|
* @param query Keyword used for searching bookmarks.
|
|
* @param query Keyword used for searching bookmarks.
|
|
-@@ -1005,6 +1032,24 @@ public class BookmarkBridge {
|
|
|
|
|
|
+@@ -1006,6 +1033,24 @@ public class BookmarkBridge {
|
|
depthList.add(depth);
|
|
depthList.add(depth);
|
|
}
|
|
}
|
|
|
|
|
|
@@ -232,7 +232,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/bookmarks/Bookm
|
|
private static List<Pair<Integer, Integer>> createPairsList(int[] left, int[] right) {
|
|
private static List<Pair<Integer, Integer>> createPairsList(int[] left, int[] right) {
|
|
List<Pair<Integer, Integer>> pairList = new ArrayList<Pair<Integer, Integer>>();
|
|
List<Pair<Integer, Integer>> pairList = new ArrayList<Pair<Integer, Integer>>();
|
|
for (int i = 0; i < left.length; i++) {
|
|
for (int i = 0; i < left.length; i++) {
|
|
-@@ -1072,6 +1117,8 @@ public class BookmarkBridge {
|
|
|
|
|
|
+@@ -1073,6 +1118,8 @@ public class BookmarkBridge {
|
|
int getChildCount(long nativeBookmarkBridge, BookmarkBridge caller, long id, int type);
|
|
int getChildCount(long nativeBookmarkBridge, BookmarkBridge caller, long id, int type);
|
|
void getChildIDs(long nativeBookmarkBridge, BookmarkBridge caller, long id, int type,
|
|
void getChildIDs(long nativeBookmarkBridge, BookmarkBridge caller, long id, int type,
|
|
List<BookmarkId> bookmarksList);
|
|
List<BookmarkId> bookmarksList);
|