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

Unified Diff: chrome/browser/sync/glue/bookmark_model_associator.h

Issue 8818004: Revert 113112 - Revert 113103 - Changes the visibility of the 'mobile' node based on whether ther... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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: chrome/browser/sync/glue/bookmark_model_associator.h
===================================================================
--- chrome/browser/sync/glue/bookmark_model_associator.h (revision 113116)
+++ chrome/browser/sync/glue/bookmark_model_associator.h (working copy)
@@ -40,6 +40,10 @@
UnrecoverableErrorHandler* unrecoverable_error_handler);
virtual ~BookmarkModelAssociator();
+ // Invokes BookmarkModel::SetMobileFolderVisible() based on whether the mobile
+ // node exists.
+ void UpdateMobileNodeVisibility();
+
// AssociatorInterface implementation.
//
// AssociateModels iterates through both the sync and the browser
« no previous file with comments | « chrome/browser/sync/glue/bookmark_change_processor.cc ('k') | chrome/browser/sync/glue/bookmark_model_associator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698