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

Unified Diff: components/enhanced_bookmarks/enhanced_bookmark_model.h

Issue 539173004: Bring up of the enhanced bookmarks cluster service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@intermediary2
Patch Set: Removing static initializers. Created 6 years, 2 months 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/enhanced_bookmarks/enhanced_bookmark_model.h
diff --git a/components/enhanced_bookmarks/enhanced_bookmark_model.h b/components/enhanced_bookmarks/enhanced_bookmark_model.h
index 70fe42eb7420b2d7ce59a083bc495a73d66351b5..19cc0307991cf436a76c872a8c5ff5aac9f197df 100644
--- a/components/enhanced_bookmarks/enhanced_bookmark_model.h
+++ b/components/enhanced_bookmarks/enhanced_bookmark_model.h
@@ -127,6 +127,9 @@ class EnhancedBookmarkModel : public KeyedService,
// Returns true if the enhanced bookmark model is done loading.
bool loaded() { return loaded_; }
+ // Returns the version string to use when setting stars.version.
+ std::string GetVersionString();
+
private:
FRIEND_TEST_ALL_PREFIXES(::EnhancedBookmarkModelTest, SetMultipleMetaInfo);
@@ -179,9 +182,6 @@ class EnhancedBookmarkModel : public KeyedService,
void SetMultipleMetaInfo(const BookmarkNode* node,
BookmarkNode::MetaInfoMap meta_info);
- // Returns the version string to use when setting stars.version.
- std::string GetVersionString();
-
BookmarkModel* bookmark_model_;
bool loaded_;

Powered by Google App Engine
This is Rietveld 408576698