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

Unified Diff: chrome/browser/ui/cocoa/extensions/extension_popup_controller.h

Issue 9702068: Move extension pop-ups and notifications to the new auto-resize code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: small update Created 8 years, 9 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/ui/cocoa/extensions/extension_popup_controller.h
diff --git a/chrome/browser/ui/cocoa/extensions/extension_popup_controller.h b/chrome/browser/ui/cocoa/extensions/extension_popup_controller.h
index 6909df5c8a8be11dd3787762bb6cc9a5b030890c..7a7ac418fd50fe86dea9b953b0408d6eaab795af 100644
--- a/chrome/browser/ui/cocoa/extensions/extension_popup_controller.h
+++ b/chrome/browser/ui/cocoa/extensions/extension_popup_controller.h
@@ -51,8 +51,8 @@ class NotificationRegistrar;
// Whether the popup has a devtools window attached to it.
BOOL beingInspected_;
- // The preferred size once the ExtensionView has loaded.
- NSSize pendingPreferredSize_;
+ // The size once the ExtensionView has loaded.
+ NSSize pendingSize_;
}
// Returns the ExtensionHost object associated with this popup.

Powered by Google App Engine
This is Rietveld 408576698