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

Unified Diff: chrome/browser/prefs/browser_prefs.cc

Issue 10387047: views: Refactor the way we register BrowserActionsContainer prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/browser_actions_container.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/browser_prefs.cc
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
index 656b9f8b18ffd8d36f8fe3d884ffa9d0dd9ee359..4f6978207a0a41c8a027693aededd8637543e845 100644
--- a/chrome/browser/prefs/browser_prefs.cc
+++ b/chrome/browser/prefs/browser_prefs.cc
@@ -80,7 +80,6 @@
#if defined(TOOLKIT_VIEWS) // TODO(port): whittle this down as we port
#include "chrome/browser/accessibility/invert_bubble_views.h"
-#include "chrome/browser/ui/views/browser_actions_container.h"
#endif
#if defined(TOOLKIT_GTK)
@@ -211,7 +210,6 @@ void RegisterUserPrefs(PrefService* user_prefs) {
#endif
#if defined(TOOLKIT_VIEWS)
- BrowserActionsContainer::RegisterUserPrefs(user_prefs);
InvertBubble::RegisterUserPrefs(user_prefs);
#elif defined(TOOLKIT_GTK)
BrowserWindowGtk::RegisterUserPrefs(user_prefs);
« no previous file with comments | « no previous file | chrome/browser/ui/views/browser_actions_container.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698