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

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

Issue 1403293008: Don't allow inline install if frame is deleted before user accepts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unit test compile failure Created 5 years, 1 month 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/webstore_inline_installer_unittest.cc
diff --git a/chrome/browser/extensions/webstore_inline_installer_unittest.cc b/chrome/browser/extensions/webstore_inline_installer_unittest.cc
index d415be25b441785a096ef391a0a56ff6f07a722e..ae452874391352565208178111850548d25829c8 100644
--- a/chrome/browser/extensions/webstore_inline_installer_unittest.cc
+++ b/chrome/browser/extensions/webstore_inline_installer_unittest.cc
@@ -39,6 +39,7 @@ TestWebstoreInlineInstaller::TestWebstoreInlineInstaller(
content::WebContents* contents,
const std::string& requestor_url)
: WebstoreInlineInstaller(contents,
+ contents->GetMainFrame(),
"",
GURL(requestor_url),
base::Bind(&TestInstallerCallback)) {

Powered by Google App Engine
This is Rietveld 408576698