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 |