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

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

Issue 378153002: MacViews: Consolidate kBrowserActionContainerWidth pref registration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/prefs/browser_prefs.cc
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
index 39058b0ea052cb60339a8ed35a2eb34940494b1b..419bcf7032e7975cdff810c9603a8e24f77db545 100644
--- a/chrome/browser/prefs/browser_prefs.cc
+++ b/chrome/browser/prefs/browser_prefs.cc
@@ -184,7 +184,6 @@
#if defined(OS_MACOSX)
#include "chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.h"
#include "chrome/browser/ui/cocoa/confirm_quit.h"
-#include "chrome/browser/ui/cocoa/extensions/browser_actions_controller_prefs.h"
#endif
#if defined(OS_WIN)
@@ -461,10 +460,6 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
FlagsUI::RegisterProfilePrefs(registry);
#endif
-#if defined(OS_MACOSX)
- RegisterBrowserActionsControllerProfilePrefs(registry);
-#endif
-
#if defined(OS_WIN)
NetworkProfileBubble::RegisterProfilePrefs(registry);
#endif

Powered by Google App Engine
This is Rietveld 408576698