| Index: chrome/browser/cocoa/preferences_window_controller.h
|
| diff --git a/chrome/browser/cocoa/preferences_window_controller.h b/chrome/browser/cocoa/preferences_window_controller.h
|
| index 11e013d8b659a42812610583941b5875be04e0e2..f1e3fd6f6404c625f6c8f3fbbfb70120f43dbd1b 100644
|
| --- a/chrome/browser/cocoa/preferences_window_controller.h
|
| +++ b/chrome/browser/cocoa/preferences_window_controller.h
|
| @@ -38,6 +38,8 @@ class Profile;
|
| IBOutlet NSView* basicsView_;
|
| IBOutlet NSView* personalStuffView_;
|
| IBOutlet NSView* underTheHoodView_;
|
| + // The last page the user was on when they opened the Options window.
|
| + IntegerPrefMember lastSelectedPage_;
|
|
|
| // Having two animations around is bad (they fight), so just use one.
|
| scoped_nsobject<NSViewAnimation> animation_;
|
|
|