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

Unified Diff: chrome/browser/ui/views/bookmarks/bookmark_bar_view.h

Issue 1203713002: Limit access to ChromeBookmarkClient to bookmarks code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup_bookmark_client
Patch Set: Rebase Created 5 years, 6 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/ui/views/bookmarks/bookmark_bar_view.h
diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h
index 644e12f4c3d3447ea2d2e59635ad14d803509550..5ae51fd8f20f0810665c8258fca543a3212636d5 100644
--- a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h
+++ b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h
@@ -33,7 +33,6 @@ class BookmarkBarViewTestHelper;
class BookmarkContextMenu;
class Browser;
class BrowserView;
-class ChromeBookmarkClient;
class Profile;
namespace bookmarks {
@@ -402,9 +401,6 @@ class BookmarkBarView : public views::AccessiblePaneView,
// view. This is owned by the Profile.
bookmarks::BookmarkModel* model_;
- // ChromeBookmarkClient. This is owned by the Profile.
- ChromeBookmarkClient* client_;
-
// Used to manage showing a Menu, either for the most recently bookmarked
// entries, or for the starred folder.
BookmarkMenuController* bookmark_menu_;

Powered by Google App Engine
This is Rietveld 408576698