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

Unified Diff: components/sync_bookmarks/bookmark_model_associator.h

Issue 1454983004: Bookmark permanent nodes' visibility is embedder's business. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/sync_bookmarks/bookmark_model_associator.h
diff --git a/components/sync_bookmarks/bookmark_model_associator.h b/components/sync_bookmarks/bookmark_model_associator.h
index 9075a1e825da8b5afbfe814d4cc26a55f01c7b91..c97e0ad4a0cc83413571268edbe0c3c757e2fa7a 100644
--- a/components/sync_bookmarks/bookmark_model_associator.h
+++ b/components/sync_bookmarks/bookmark_model_associator.h
@@ -60,9 +60,6 @@ class BookmarkModelAssociator
bool expect_mobile_bookmarks_folder);
~BookmarkModelAssociator() override;
- // Updates the visibility of the permanents node in the BookmarkModel.
- void UpdatePermanentNodeVisibility();
-
// AssociatorInterface implementation.
//
// AssociateModels iterates through both the sync and the browser

Powered by Google App Engine
This is Rietveld 408576698