Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5187)

Unified Diff: chrome/browser/cocoa/preferences_window_controller.h

Issue 2431004: Save/restore position for the preferences window based on prefs.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser.cc ('k') | chrome/browser/cocoa/preferences_window_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/preferences_window_controller.h
===================================================================
--- chrome/browser/cocoa/preferences_window_controller.h (revision 48830)
+++ chrome/browser/cocoa/preferences_window_controller.h (working copy)
@@ -19,6 +19,7 @@
class Profile;
class ProfileSyncService;
@class SearchEngineListModel;
+@class WindowSizeAutosaver;
// A window controller that handles the preferences window. The bulk of the
// work is handled via Cocoa Bindings and getter/setter methods that wrap
@@ -41,6 +42,7 @@
ProfileSyncService* syncService_;
scoped_ptr<PreferencesWindowControllerInternal::PrefObserverBridge>
observer_; // Watches for pref changes.
+ scoped_nsobject<WindowSizeAutosaver> sizeSaver_;
IBOutlet NSToolbar* toolbar_;
« no previous file with comments | « chrome/browser/browser.cc ('k') | chrome/browser/cocoa/preferences_window_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698