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

Unified Diff: chrome/browser/ui/views/extensions/extension_popup.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/views/extensions/extension_popup.h
diff --git a/chrome/browser/ui/views/extensions/extension_popup.h b/chrome/browser/ui/views/extensions/extension_popup.h
index e17ad3688e1a7268f8ffbfbf5e1659a0e7435a82..f6fcb6305119048defe7e14684f673330f8070cf 100644
--- a/chrome/browser/ui/views/extensions/extension_popup.h
+++ b/chrome/browser/ui/views/extensions/extension_popup.h
@@ -50,7 +50,7 @@ class ExtensionPopup : public views::BubbleDelegateView,
const content::NotificationDetails& details) OVERRIDE;
// ExtensionView::Container overrides.
- virtual void OnExtensionPreferredSizeChanged(ExtensionView* view) OVERRIDE;
+ virtual void OnExtensionSizeChanged(ExtensionView* view) OVERRIDE;
// views::View overrides.
virtual gfx::Size GetPreferredSize() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698