Index: chrome/browser/cocoa/preferences_window_controller.h |
=================================================================== |
--- chrome/browser/cocoa/preferences_window_controller.h (revision 28977) |
+++ chrome/browser/cocoa/preferences_window_controller.h (working copy) |
@@ -71,6 +71,7 @@ |
IBOutlet NSPathControl* downloadLocationControl_; |
StringPrefMember defaultDownloadLocation_; |
BooleanPrefMember askForSaveLocation_; |
+ StringPrefMember currentTheme_; |
} |
// Designated initializer. |profile| should not be NULL. |