| 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);
|
| -}
|
|
|