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

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

Issue 10961066: Revert 158199 - extensions: Add ExtensionView interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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 158218)
+++ chrome/browser/ui/gtk/infobars/extension_infobar_gtk.h (working copy)
@@ -8,12 +8,13 @@
#include "base/compiler_specific.h"
#include "chrome/browser/extensions/extension_infobar_delegate.h"
#include "chrome/browser/extensions/image_loading_tracker.h"
+#include "chrome/browser/ui/gtk/extensions/extension_view_gtk.h"
#include "chrome/browser/ui/gtk/infobars/infobar_gtk.h"
#include "chrome/browser/ui/gtk/menu_gtk.h"
#include "ui/gfx/gtk_util.h"
class ExtensionResource;
-class ExtensionView;
+class ExtensionViewGtk;
class MenuGtk;
class ExtensionInfoBarGtk : public InfoBarGtk,
@@ -66,7 +67,7 @@
ExtensionInfoBarDelegate* delegate_;
- ExtensionView* view_;
+ ExtensionViewGtk* view_;
// The button that activates the extension popup menu. Parent of |icon_|.
GtkWidget* button_;
« no previous file with comments | « chrome/browser/ui/gtk/extensions/shell_window_gtk.h ('k') | chrome/browser/ui/gtk/infobars/extension_infobar_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698