Commit 4b256448 authored by kkimlabs's avatar kkimlabs Committed by Commit bot

[Android] Add @VisibleForTesting to getMobileFolderId().

We no longer use that function.

TBR=tedchoc, ianwen
BUG=424244

Review URL: https://codereview.chromium.org/674593002

Cr-Commit-Position: refs/heads/master@{#300737}
parent 863d5ee2
...@@ -268,6 +268,7 @@ public class BookmarksBridge { ...@@ -268,6 +268,7 @@ public class BookmarksBridge {
/** /**
* @return The BookmarkId for Mobile folder node * @return The BookmarkId for Mobile folder node
*/ */
@VisibleForTesting
public BookmarkId getMobileFolderId() { public BookmarkId getMobileFolderId() {
assert mIsNativeBookmarkModelLoaded; assert mIsNativeBookmarkModelLoaded;
return nativeGetMobileFolderId(mNativeBookmarksBridge); return nativeGetMobileFolderId(mNativeBookmarksBridge);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment