Index: chrome/browser/cocoa/preferences_window_controller.h |
=================================================================== |
--- chrome/browser/cocoa/preferences_window_controller.h (revision 30612) |
+++ chrome/browser/cocoa/preferences_window_controller.h (working copy) |
@@ -39,6 +39,19 @@ |
IBOutlet NSView* personalStuffView_; |
IBOutlet NSView* underTheHoodView_; |
+ // The groups of the Basics view for layout fixup. |
+ IBOutlet NSArray* basicsGroupStartup_; |
+ IBOutlet NSArray* basicsGroupHomePage_; |
+ IBOutlet NSArray* basicsGroupToolbar_; |
+ IBOutlet NSArray* basicsGroupSearchEngine_; |
+ IBOutlet NSArray* basicsGroupDefaultBrowser_; |
+ |
+ // The groups of the Personal Stuff view for layout fixup. |
+ IBOutlet NSArray* personalStuffGroupPasswords_; |
+ IBOutlet NSArray* personalStuffGroupAutofill_; |
+ IBOutlet NSArray* personalStuffGroupBrowserData_; |
+ IBOutlet NSArray* personalStuffGroupThemes_; |
+ |
// Having two animations around is bad (they fight), so just use one. |
scoped_nsobject<NSViewAnimation> animation_; |