Index: chrome/browser/bookmarks/bookmark_model.h |
diff --git a/chrome/browser/bookmarks/bookmark_model.h b/chrome/browser/bookmarks/bookmark_model.h |
index e6d7c8ffaa7c48dc1b9b6741f7b86b1cb5aa8abe..1b7eec89d94bb91ed47498a2a84870eb9517c659 100644 |
--- a/chrome/browser/bookmarks/bookmark_model.h |
+++ b/chrome/browser/bookmarks/bookmark_model.h |
@@ -329,6 +329,9 @@ class BookmarkModel : public content::NotificationObserver, |
return expanded_state_tracker_.get(); |
} |
+ // Sets whether the mobile folder is visible. This is set by sync. |
+ void SetMobileFolderVisible(bool value); |
+ |
private: |
friend class BookmarkCodecTest; |
friend class BookmarkModelTest; |