diff options
Diffstat (limited to 'chrome/browser/cocoa/preferences_window_controller.h')
-rw-r--r-- | chrome/browser/cocoa/preferences_window_controller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/preferences_window_controller.h b/chrome/browser/cocoa/preferences_window_controller.h index a69591c..11e013d 100644 --- a/chrome/browser/cocoa/preferences_window_controller.h +++ b/chrome/browser/cocoa/preferences_window_controller.h @@ -71,6 +71,7 @@ class Profile; IBOutlet NSPathControl* downloadLocationControl_; StringPrefMember defaultDownloadLocation_; BooleanPrefMember askForSaveLocation_; + StringPrefMember currentTheme_; } // Designated initializer. |profile| should not be NULL. |