diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 13:01:46 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 13:01:46 +0000 |
commit | 42f810552ed135af52a4d7c1ba3f3813ec7de51f (patch) | |
tree | 700b1d8304aecbf210cdf596e9228cc46e5f67e1 /chrome/browser/cocoa/autoseparating_menu.h | |
parent | b721743f6b9b79de274c55157994c7201cc78782 (diff) | |
download | chromium_src-42f810552ed135af52a4d7c1ba3f3813ec7de51f.zip chromium_src-42f810552ed135af52a4d7c1ba3f3813ec7de51f.tar.gz chromium_src-42f810552ed135af52a4d7c1ba3f3813ec7de51f.tar.bz2 |
Remove the theme popup menu and just have a reset button to match the other platforms. This avoids us needed extra localization strings, and we'll look to pick up any new UI when it's done for all platforms.
Remove the autoseparating_menu since it is no longer used.
TEST=Prefs just has a reset button and no theme popup list.
BUG=none
Review URL: http://codereview.chromium.org/214011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26560 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/autoseparating_menu.h')
-rw-r--r-- | chrome/browser/cocoa/autoseparating_menu.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/chrome/browser/cocoa/autoseparating_menu.h b/chrome/browser/cocoa/autoseparating_menu.h deleted file mode 100644 index c350561..0000000 --- a/chrome/browser/cocoa/autoseparating_menu.h +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright (c) 2009 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. - -#import <Cocoa/Cocoa.h> - -// By default, NSPopUpButton doesn't allow separator items in its menus. This is -// an NSMenu subclass that automatically adds separator items when presented -// with a @"-" string, so it can be set up in the nib to be the menu class. -@interface AutoseparatingMenu : NSMenu { -} - -@end |