Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(329)

Issue 393943002: [Android] Make BookmarksBridge#getSubFolders function more flexible. (Closed)

Created:
6 years, 5 months ago by Kibeom Kim (inactive)
Modified:
6 years, 5 months ago
CC:
chromium-reviews, Ted C, Ian Wen, newt (away)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[Android] Make BookmarksBridge#getSubFolders function more flexible. Renamed getSubFolders to getChildIDs and added two boolean arguments that specifies if the function should return folders or bookmarks or both. BUG=386785 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283351

Patch Set 1 #

Total comments: 2

Patch Set 2 : updated comment #

Total comments: 2

Patch Set 3 : comment flesh out #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -3 lines) Patch
M chrome/android/java/src/org/chromium/chrome/browser/BookmarksBridge.java View 1 2 1 chunk +12 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Kibeom Kim (inactive)
6 years, 5 months ago (2014-07-15 18:18:24 UTC) #1
Kibeom Kim (inactive)
6 years, 5 months ago (2014-07-15 18:21:15 UTC) #2
newt (away)
This will be easier to land if you add a new method getChildIDs() and remove ...
6 years, 5 months ago (2014-07-15 18:27:50 UTC) #3
Kibeom Kim (inactive)
Actually, there is no place that calls getSubFolders() yet, other than the CL getting reviewed. ...
6 years, 5 months ago (2014-07-15 18:33:41 UTC) #4
newt (away)
lgtm Oh, sweet. That's even easier.
6 years, 5 months ago (2014-07-15 18:38:12 UTC) #5
David Trainor- moved to gerrit
lgtm https://chromiumcodereview.appspot.com/393943002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/BookmarksBridge.java File chrome/android/java/src/org/chromium/chrome/browser/BookmarksBridge.java (right): https://chromiumcodereview.appspot.com/393943002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/BookmarksBridge.java#newcode195 chrome/android/java/src/org/chromium/chrome/browser/BookmarksBridge.java:195: public List<BookmarkId> getChildIDs(BookmarkId id, boolean getFolders, boolean getBookmarks) ...
6 years, 5 months ago (2014-07-15 18:46:20 UTC) #6
Kibeom Kim (inactive)
https://codereview.chromium.org/393943002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/BookmarksBridge.java File chrome/android/java/src/org/chromium/chrome/browser/BookmarksBridge.java (right): https://codereview.chromium.org/393943002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/BookmarksBridge.java#newcode195 chrome/android/java/src/org/chromium/chrome/browser/BookmarksBridge.java:195: public List<BookmarkId> getChildIDs(BookmarkId id, boolean getFolders, boolean getBookmarks) { ...
6 years, 5 months ago (2014-07-15 18:55:11 UTC) #7
Kibeom Kim (inactive)
The CQ bit was checked by kkimlabs@chromium.org
6 years, 5 months ago (2014-07-15 18:55:13 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kkimlabs@chromium.org/393943002/40001
6 years, 5 months ago (2014-07-15 18:57:31 UTC) #9
commit-bot: I haz the power
6 years, 5 months ago (2014-07-16 05:15:08 UTC) #10
Message was sent while issue was closed.
Change committed as 283351

Powered by Google App Engine
This is Rietveld 408576698