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

Unified Diff: chrome/browser/ui/gtk/extensions/extension_popup_gtk.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/gtk/extensions/extension_popup_gtk.h
diff --git a/chrome/browser/ui/gtk/extensions/extension_popup_gtk.h b/chrome/browser/ui/gtk/extensions/extension_popup_gtk.h
index 462fcc6bca0d7288bdb46ec0663c730dc03e7cf8..c4d9c3e5bdb6bade33c509a0c55696739aa26850 100644
--- a/chrome/browser/ui/gtk/extensions/extension_popup_gtk.h
+++ b/chrome/browser/ui/gtk/extensions/extension_popup_gtk.h
@@ -44,7 +44,7 @@ class ExtensionPopupGtk : public content::NotificationObserver,
bool closed_by_escape) OVERRIDE;
// ExtensionViewGtk::Container implementation.
- virtual void OnExtensionPreferredSizeChanged(
+ virtual void OnExtensionSizeChanged(
ExtensionViewGtk* view,
const gfx::Size& new_size) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698