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

Unified Diff: chrome/browser/ui/views/infobars/extension_infobar.h

Issue 363233002: Abstract base 'ExtensionView' to Fix DEPS violation in extension_view_host.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: respond to comments Created 6 years, 6 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/infobars/extension_infobar.h
diff --git a/chrome/browser/ui/views/infobars/extension_infobar.h b/chrome/browser/ui/views/infobars/extension_infobar.h
index c2aaa698d2b9ddd07f6579a318da81e95c69d80a..2f1d55a35ff2488f05183af89d8f7fd12d9ae4c1 100644
--- a/chrome/browser/ui/views/infobars/extension_infobar.h
+++ b/chrome/browser/ui/views/infobars/extension_infobar.h
@@ -11,6 +11,7 @@
class Browser;
class ExtensionInfoBarDelegate;
+class ExtensionViewViews;
namespace views {
class ImageView;
@@ -39,6 +40,8 @@ class ExtensionInfoBar : public InfoBarView,
void OnImageLoaded(const gfx::Image& image);
ExtensionInfoBarDelegate* GetDelegate();
const ExtensionInfoBarDelegate* GetDelegate() const;
+ ExtensionViewViews* GetExtensionView();
+ const ExtensionViewViews* GetExtensionView() const;
// Returns the width of all content other than the extension view. Layout()
// uses this to determine how much space the extension view can take.

Powered by Google App Engine
This is Rietveld 408576698