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

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

Issue 558066: Autofill dialog for the Mac. This is UI only at this point. The UI is not h... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 10 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
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/browser/options_window.h" 9 #include "chrome/browser/options_window.h"
10 #include "chrome/common/pref_member.h" 10 #include "chrome/common/pref_member.h"
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 119
120 // Basics panel 120 // Basics panel
121 - (IBAction)makeDefaultBrowser:(id)sender; 121 - (IBAction)makeDefaultBrowser:(id)sender;
122 - (IBAction)addHomepage:(id)sender; 122 - (IBAction)addHomepage:(id)sender;
123 - (IBAction)removeSelectedHomepages:(id)sender; 123 - (IBAction)removeSelectedHomepages:(id)sender;
124 - (IBAction)useCurrentPagesAsHomepage:(id)sender; 124 - (IBAction)useCurrentPagesAsHomepage:(id)sender;
125 - (IBAction)manageSearchEngines:(id)sender; 125 - (IBAction)manageSearchEngines:(id)sender;
126 126
127 // User Data panel 127 // User Data panel
128 - (IBAction)showSavedPasswords:(id)sender; 128 - (IBAction)showSavedPasswords:(id)sender;
129 - (IBAction)showAutoFillSettings:(id)sender;
129 - (IBAction)importData:(id)sender; 130 - (IBAction)importData:(id)sender;
130 - (IBAction)clearData:(id)sender; 131 - (IBAction)clearData:(id)sender;
131 - (IBAction)resetThemeToDefault:(id)sender; 132 - (IBAction)resetThemeToDefault:(id)sender;
132 - (IBAction)themesGallery:(id)sender; 133 - (IBAction)themesGallery:(id)sender;
133 - (IBAction)doSyncAction:(id)sender; 134 - (IBAction)doSyncAction:(id)sender;
134 - (IBAction)doSyncReauthentication:(id)sender; 135 - (IBAction)doSyncReauthentication:(id)sender;
135 136
136 // Under the hood 137 // Under the hood
137 - (IBAction)showCookies:(id)sender; 138 - (IBAction)showCookies:(id)sender;
138 - (IBAction)browseDownloadLocation:(id)sender; 139 - (IBAction)browseDownloadLocation:(id)sender;
(...skipping 28 matching lines...) Expand all
167 // Returns the (normalized) page corresponding to the given toolbar item. 168 // Returns the (normalized) page corresponding to the given toolbar item.
168 // Should be called only after awakeFromNib is. 169 // Should be called only after awakeFromNib is.
169 - (OptionsPage)getPageForToolbarItem:(NSToolbarItem*)toolbarItem; 170 - (OptionsPage)getPageForToolbarItem:(NSToolbarItem*)toolbarItem;
170 171
171 // Returns the view corresponding to the given page. Should be called 172 // Returns the view corresponding to the given page. Should be called
172 // only after awakeFromNib is. 173 // only after awakeFromNib is.
173 - (NSView*)getPrefsViewForPage:(OptionsPage)page; 174 - (NSView*)getPrefsViewForPage:(OptionsPage)page;
174 175
175 @end 176 @end
176 177
OLDNEW
« no previous file with comments | « chrome/browser/cocoa/disclosure_view_controller.mm ('k') | chrome/browser/cocoa/preferences_window_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698