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/preferences_window_controller.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/preferences_window_controller.h')
-rw-r--r-- | chrome/browser/cocoa/preferences_window_controller.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/browser/cocoa/preferences_window_controller.h b/chrome/browser/cocoa/preferences_window_controller.h index 2e9ed7f..7b333ee 100644 --- a/chrome/browser/cocoa/preferences_window_controller.h +++ b/chrome/browser/cocoa/preferences_window_controller.h @@ -48,8 +48,6 @@ class Profile; // User Data panel BooleanPrefMember askSavePasswords_; BooleanPrefMember formAutofill_; - scoped_nsobject<NSMutableArray> themeIds_; - int themeMenuOffset_; // Under the hood panel IBOutlet NSView* advancedView_; @@ -81,8 +79,7 @@ class Profile; - (IBAction)showSavedPasswords:(id)sender; - (IBAction)importData:(id)sender; - (IBAction)clearData:(id)sender; -- (NSArray*)availableThemes; -@property int currentTheme; +- (IBAction)resetThemeToDefault:(id)sender; - (IBAction)themesGallery:(id)sender; // Usable from cocoa bindings to hook up the custom home pages table. |