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

Unified Diff: chrome/browser/extensions/extension_infobar_delegate.cc

Issue 8068020: Converts usage of GetBrowserViewForNativeWindow to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tweaks Created 9 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/extensions/extension_infobar_delegate.cc
diff --git a/chrome/browser/extensions/extension_infobar_delegate.cc b/chrome/browser/extensions/extension_infobar_delegate.cc
index f2da1b8dbc7b02b1a1dcb1bc9564a306cabf9e8a..52019cd2e437507678d94c8cd3045f015ad6aa85 100644
--- a/chrome/browser/extensions/extension_infobar_delegate.cc
+++ b/chrome/browser/extensions/extension_infobar_delegate.cc
@@ -20,6 +20,7 @@ ExtensionInfoBarDelegate::ExtensionInfoBarDelegate(Browser* browser,
const GURL& url,
int height)
: InfoBarDelegate(tab_contents),
+ browser_(browser),
observer_(NULL),
extension_(extension),
closing_(false) {

Powered by Google App Engine
This is Rietveld 408576698