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

Unified Diff: chrome/browser/ui/gtk/infobars/extension_infobar_gtk.h

Issue 7635019: Set Extension Infobars to have a fixed height determined by the developer (clamped to sane min an... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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/infobars/extension_infobar_gtk.h
===================================================================
--- chrome/browser/ui/gtk/infobars/extension_infobar_gtk.h (revision 96544)
+++ chrome/browser/ui/gtk/infobars/extension_infobar_gtk.h (working copy)
@@ -17,8 +17,7 @@
class ExtensionViewGtk;
class ExtensionInfoBarGtk : public InfoBarGtk,
- public ImageLoadingTracker::Observer,
- public ExtensionViewGtk::Container {
+ public ImageLoadingTracker::Observer {
public:
ExtensionInfoBarGtk(TabContentsWrapper* owner,
ExtensionInfoBarDelegate* delegate);
@@ -28,10 +27,6 @@
virtual void OnImageLoaded(
SkBitmap* image, const ExtensionResource& resource, int index);
- // ExtensionViewGtk::Container implementation
- virtual void OnExtensionPreferredSizeChanged(ExtensionViewGtk* view,
- const gfx::Size& new_size);
-
private:
// Build the widgets of the Infobar.
void BuildWidgets();

Powered by Google App Engine
This is Rietveld 408576698