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

Unified Diff: chrome/browser/cocoa/preferences_window_controller.h

Issue 214011: Remove the theme popup menu and just have a reset button to match the other p... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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
« no previous file with comments | « chrome/browser/cocoa/autoseparating_menu.m ('k') | chrome/browser/cocoa/preferences_window_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/preferences_window_controller.h
===================================================================
--- chrome/browser/cocoa/preferences_window_controller.h (revision 26556)
+++ chrome/browser/cocoa/preferences_window_controller.h (working copy)
@@ -48,8 +48,6 @@
// User Data panel
BooleanPrefMember askSavePasswords_;
BooleanPrefMember formAutofill_;
- scoped_nsobject<NSMutableArray> themeIds_;
- int themeMenuOffset_;
// Under the hood panel
IBOutlet NSView* advancedView_;
@@ -81,8 +79,7 @@
- (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.
« no previous file with comments | « chrome/browser/cocoa/autoseparating_menu.m ('k') | chrome/browser/cocoa/preferences_window_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698