summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/preferences_window_controller.h
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-11 21:12:44 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-11 21:12:44 +0000
commit75dfc6719f1186089890acb239e829aa8c82b00c (patch)
tree9251cb2412b101997c0f498d867f6aa9df1edb16 /chrome/browser/cocoa/preferences_window_controller.h
parent199af269595b53d2f4fdfa5d8cfb794729fa9b63 (diff)
downloadchromium_src-75dfc6719f1186089890acb239e829aa8c82b00c.zip
chromium_src-75dfc6719f1186089890acb239e829aa8c82b00c.tar.gz
chromium_src-75dfc6719f1186089890acb239e829aa8c82b00c.tar.bz2
TBR: pkasting
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31710 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/preferences_window_controller.h')
-rw-r--r--chrome/browser/cocoa/preferences_window_controller.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/cocoa/preferences_window_controller.h b/chrome/browser/cocoa/preferences_window_controller.h
index c66665b..8f6351d 100644
--- a/chrome/browser/cocoa/preferences_window_controller.h
+++ b/chrome/browser/cocoa/preferences_window_controller.h
@@ -12,7 +12,6 @@
class PrefObserverBridge;
class PrefService;
class Profile;
-class ProfileSyncService;
@class SearchEngineListModel;
// A window controller that handles the preferences window. The bulk of the
@@ -31,8 +30,6 @@ class ProfileSyncService;
@private
Profile* profile_; // weak ref
PrefService* prefs_; // weak ref - Obtained from profile_ for convenience.
- // weak ref - Also obtained from profile_ for convenience. May be NULL.
- ProfileSyncService* sync_service_;
scoped_ptr<PrefObserverBridge> observer_; // Watches for pref changes.
IBOutlet NSToolbar* toolbar_;
@@ -52,7 +49,6 @@ class ProfileSyncService;
IBOutlet NSArray* basicsGroupDefaultBrowser_;
// The groups of the Personal Stuff view for layout fixup.
- IBOutlet NSArray* personalStuffGroupSync_;
IBOutlet NSArray* personalStuffGroupPasswords_;
IBOutlet NSArray* personalStuffGroupAutofill_;
IBOutlet NSArray* personalStuffGroupBrowserData_;
@@ -77,9 +73,6 @@ class ProfileSyncService;
// User Data panel
BooleanPrefMember askSavePasswords_;
BooleanPrefMember formAutofill_;
- IBOutlet NSTextField* syncLabel_;
- IBOutlet NSTextField* syncStatus_;
- IBOutlet NSButton* syncButton_;
// Under the hood panel
IBOutlet NSView* underTheHoodContentView_;
@@ -119,7 +112,6 @@ class ProfileSyncService;
- (IBAction)clearData:(id)sender;
- (IBAction)resetThemeToDefault:(id)sender;
- (IBAction)themesGallery:(id)sender;
-- (IBAction)doSyncAction:(id)sender;
// Under the hood
- (IBAction)browseDownloadLocation:(id)sender;