Commit d1288c9a authored by kkimlabs's avatar kkimlabs Committed by Commit bot

[Android] Remove unused enhanced bookmark code.

We no longer use uncategorized mode.

BUG=451222

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

Cr-Commit-Position: refs/heads/master@{#319816}
parent 71a34b78
...@@ -19,7 +19,6 @@ import org.chromium.components.bookmarks.BookmarkType; ...@@ -19,7 +19,6 @@ import org.chromium.components.bookmarks.BookmarkType;
import org.chromium.components.dom_distiller.core.DomDistillerUrlUtils; import org.chromium.components.dom_distiller.core.DomDistillerUrlUtils;
import org.chromium.content_public.browser.WebContents; import org.chromium.content_public.browser.WebContents;
import java.util.Collections;
import java.util.List; import java.util.List;
/** /**
...@@ -164,13 +163,6 @@ public class EnhancedBookmarksModel { ...@@ -164,13 +163,6 @@ public class EnhancedBookmarksModel {
return mBookmarksBridge.getTopLevelFolderIDs(getSpecial, getNormal); return mBookmarksBridge.getTopLevelFolderIDs(getSpecial, getNormal);
} }
/**
* @see BookmarksBridge#getUncategorizedBookmarkIDs()
*/
public List<BookmarkId> getUncategorizedBookmarkIDs() {
return Collections.emptyList();
}
/** /**
* @see BookmarksBridge#getAllFoldersWithDepths(List, List) * @see BookmarksBridge#getAllFoldersWithDepths(List, List)
*/ */
......
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