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

Unified Diff: chrome/browser/ui/cocoa/extensions/browser_actions_controller_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/ui/cocoa/extensions/browser_actions_controller_prefs.cc
diff --git a/chrome/browser/ui/cocoa/extensions/browser_actions_controller_prefs.cc b/chrome/browser/ui/cocoa/extensions/browser_actions_controller_prefs.cc
deleted file mode 100644
index 2e153c2f45d6076261d78411ec240b838745a2f3..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/cocoa/extensions/browser_actions_controller_prefs.cc
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chrome/browser/ui/cocoa/extensions/browser_actions_controller_prefs.h"
-
-#include "components/pref_registry/pref_registry_syncable.h"
-#include "extensions/browser/pref_names.h"
-
-void RegisterBrowserActionsControllerProfilePrefs(
- user_prefs::PrefRegistrySyncable* registry) {
- registry->RegisterDoublePref(
- extensions::pref_names::kBrowserActionContainerWidth,
- 0,
- user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
-}

Powered by Google App Engine
This is Rietveld 408576698