| Index: chrome/browser/sync/glue/bookmark_model_associator.h
|
| diff --git a/chrome/browser/sync/glue/bookmark_model_associator.h b/chrome/browser/sync/glue/bookmark_model_associator.h
|
| index 400b98e1f78590122b250c87786a5c27357809aa..e83b05af4286ee3f8954fe6b1a109869af48cb0d 100644
|
| --- a/chrome/browser/sync/glue/bookmark_model_associator.h
|
| +++ b/chrome/browser/sync/glue/bookmark_model_associator.h
|
| @@ -40,6 +40,10 @@ class BookmarkModelAssociator
|
| 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
|
|
|