Index: chrome/browser/cocoa/preferences_window_controller.h |
=================================================================== |
--- chrome/browser/cocoa/preferences_window_controller.h (revision 52138) |
+++ chrome/browser/cocoa/preferences_window_controller.h (working copy) |
@@ -97,6 +97,7 @@ |
IBOutlet NSButton* syncCustomizeButton_; |
IBOutlet NSTextField* syncStatus_; |
IBOutlet NSButton* syncLink_; |
+ IBOutlet NSButton* privacyDashboardLink_; |
scoped_nsobject<NSColor> syncStatusNoErrorBackgroundColor_; |
scoped_nsobject<NSColor> syncLinkNoErrorBackgroundColor_; |
scoped_nsobject<NSColor> syncErrorBackgroundColor_; |
@@ -146,6 +147,7 @@ |
- (IBAction)doSyncAction:(id)sender; |
- (IBAction)doSyncCustomize:(id)sender; |
- (IBAction)doSyncReauthentication:(id)sender; |
+- (IBAction)showPrivacyDashboard:(id)sender; |
- (IBAction)showSavedPasswords:(id)sender; |
- (IBAction)showAutoFillSettings:(id)sender; |
- (IBAction)importData:(id)sender; |