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>2010-01-13 21:51:11 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-13 21:51:11 +0000
commit01286850cfec1dfb9b8c571cb2e222e6d7a5192d (patch)
tree761d6ae18e050a30eadbf1b6704cb970c3b9cfcc /chrome/browser/cocoa/preferences_window_controller.h
parent5eb818cd70067f127e42869af508734ab956fd83 (diff)
downloadchromium_src-01286850cfec1dfb9b8c571cb2e222e6d7a5192d.zip
chromium_src-01286850cfec1dfb9b8c571cb2e222e6d7a5192d.tar.gz
chromium_src-01286850cfec1dfb9b8c571cb2e222e6d7a5192d.tar.bz2
Draw background color (if necessary) for sync status and sync link.
Aligned left edges of sync status text and the relogin link text. BUG=30159 TEST=manual testing Review URL: http://codereview.chromium.org/542025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36176 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/preferences_window_controller.h')
-rw-r--r--chrome/browser/cocoa/preferences_window_controller.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/preferences_window_controller.h b/chrome/browser/cocoa/preferences_window_controller.h
index a35a544..e29047e 100644
--- a/chrome/browser/cocoa/preferences_window_controller.h
+++ b/chrome/browser/cocoa/preferences_window_controller.h
@@ -84,6 +84,9 @@ class ProfileSyncService;
IBOutlet NSButton* syncButton_;
IBOutlet NSTextField* syncStatus_;
IBOutlet NSButton* syncLink_;
+ scoped_nsobject<NSColor> syncStatusNoErrorBackgroundColor_;
+ scoped_nsobject<NSColor> syncLinkNoErrorBackgroundColor_;
+ scoped_nsobject<NSColor> syncErrorBackgroundColor_;
// Under the hood panel
IBOutlet NSView* underTheHoodContentView_;