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

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

Issue 536086: Mac: Save/restore task manager window pos and size. (Closed)
Patch Set: comments Created 10 years, 11 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
Index: chrome/browser/cocoa/page_info_window_controller.h
diff --git a/chrome/browser/cocoa/page_info_window_controller.h b/chrome/browser/cocoa/page_info_window_controller.h
index 5ad689b150f2e5d2fa4a132350d9e3eb65dbf86e..c8e5564f18083b2ca07c4b8380d5ca84224f3d16 100644
--- a/chrome/browser/cocoa/page_info_window_controller.h
+++ b/chrome/browser/cocoa/page_info_window_controller.h
@@ -9,6 +9,7 @@
class PageInfoWindowMac;
class PrefService;
+@class WindowSizeAutosaver;
// This NSWindowController subclass implements the Cocoa window for
// PageInfoWindow. This creates and owns the PageInfoWindowMac subclass.
@@ -34,6 +35,8 @@ class PrefService;
// Bridge to Chromium that we own.
scoped_ptr<PageInfoWindowMac> pageInfo_;
+
+ scoped_nsobject<WindowSizeAutosaver> sizeSaver_;
}
@property(readwrite, retain) NSImage* identityImg;

Powered by Google App Engine
This is Rietveld 408576698