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

Unified Diff: chrome/browser/extensions/webstore_inline_installer_factory.h

Issue 1554233005: Don't allow inline install if frame is deleted before user accepts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2564
Patch Set: Created 4 years, 11 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/webstore_inline_installer_factory.h
diff --git a/chrome/browser/extensions/webstore_inline_installer_factory.h b/chrome/browser/extensions/webstore_inline_installer_factory.h
index b125741833585d660f50a2ae69ff29c7dc87f590..5b891cc8fa9f79eaf477597faa127e05c4ce18b2 100644
--- a/chrome/browser/extensions/webstore_inline_installer_factory.h
+++ b/chrome/browser/extensions/webstore_inline_installer_factory.h
@@ -12,7 +12,7 @@
#include "chrome/browser/extensions/webstore_standalone_installer.h"
namespace content {
- class WebContents;
+class WebContents;
}
class GURL;
@@ -28,6 +28,7 @@ class WebstoreInlineInstallerFactory {
// Create a new WebstoreInlineInstallerInstance to be owned by the caller.
virtual WebstoreInlineInstaller* CreateInstaller(
content::WebContents* contents,
+ content::RenderFrameHost* host,
const std::string& webstore_item_id,
const GURL& requestor_url,
const WebstoreStandaloneInstaller::Callback& callback);

Powered by Google App Engine
This is Rietveld 408576698