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

Unified Diff: chrome/browser/bookmarks/chrome_bookmark_client.h

Issue 305973004: BookmarkClient can add extra nodes to BookmarkModel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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: chrome/browser/bookmarks/chrome_bookmark_client.h
diff --git a/chrome/browser/bookmarks/chrome_bookmark_client.h b/chrome/browser/bookmarks/chrome_bookmark_client.h
index bf079d7e234f6357a993402f6f69aee5a9970c77..a2935525d6e5f52180d932963f88587c96fa42e4 100644
--- a/chrome/browser/bookmarks/chrome_bookmark_client.h
+++ b/chrome/browser/bookmarks/chrome_bookmark_client.h
@@ -42,6 +42,7 @@ class ChromeBookmarkClient : public BookmarkClient,
NodeTypedCountPairs* node_typed_count_pairs) OVERRIDE;
virtual bool IsPermanentNodeVisible(int node_type) OVERRIDE;
virtual void RecordAction(const base::UserMetricsAction& action) OVERRIDE;
+ virtual std::string GetManagedBookmarksDomain() OVERRIDE;
// content::NotificationObserver:
virtual void Observe(int type,

Powered by Google App Engine
This is Rietveld 408576698