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

Side by Side Diff: chrome/browser/cocoa/preferences_window_controller.h

Issue 160455: Add "Get themes" button to the prefs. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/app/nibs/Preferences.xib ('k') | chrome/browser/cocoa/preferences_window_controller.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #import <Cocoa/Cocoa.h> 5 #import <Cocoa/Cocoa.h>
6 6
7 #include "base/scoped_ptr.h" 7 #include "base/scoped_ptr.h"
8 #include "base/scoped_nsobject.h" 8 #include "base/scoped_nsobject.h"
9 #include "chrome/common/pref_member.h" 9 #include "chrome/common/pref_member.h"
10 10
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 - (IBAction)makeDefaultBrowser:(id)sender; 72 - (IBAction)makeDefaultBrowser:(id)sender;
73 - (IBAction)addHomepage:(id)sender; 73 - (IBAction)addHomepage:(id)sender;
74 - (IBAction)removeSelectedHomepages:(id)sender; 74 - (IBAction)removeSelectedHomepages:(id)sender;
75 - (IBAction)useCurrentPagesAsHomepage:(id)sender; 75 - (IBAction)useCurrentPagesAsHomepage:(id)sender;
76 76
77 // User Data panel 77 // User Data panel
78 - (IBAction)showSavedPasswords:(id)sender; 78 - (IBAction)showSavedPasswords:(id)sender;
79 - (IBAction)importData:(id)sender; 79 - (IBAction)importData:(id)sender;
80 - (IBAction)clearData:(id)sender; 80 - (IBAction)clearData:(id)sender;
81 - (IBAction)resetTheme:(id)sender; 81 - (IBAction)resetTheme:(id)sender;
82 - (IBAction)themesGallery:(id)sender;
82 83
83 // Usable from cocoa bindings to hook up the custom home pages table. 84 // Usable from cocoa bindings to hook up the custom home pages table.
84 @property(readonly) CustomHomePagesModel* customPagesSource; 85 @property(readonly) CustomHomePagesModel* customPagesSource;
85 86
86 // NSNotification sent when the prefs window is closed. 87 // NSNotification sent when the prefs window is closed.
87 extern NSString* const kUserDoneEditingPrefsNotification; 88 extern NSString* const kUserDoneEditingPrefsNotification;
88 89
89 @end 90 @end
OLDNEW
« no previous file with comments | « chrome/app/nibs/Preferences.xib ('k') | chrome/browser/cocoa/preferences_window_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698