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

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

Issue 11035017: Mac Web Intents Part 15: Inline extension install prompt (model) (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/extensions/webstore_installer.h
diff --git a/chrome/browser/extensions/webstore_installer.h b/chrome/browser/extensions/webstore_installer.h
index c908af98c73ed4b54754999a31ab1ba6caad2a88..c6e6b55b87203f8f9c7312d4d4c19ed9ba44027e 100644
--- a/chrome/browser/extensions/webstore_installer.h
+++ b/chrome/browser/extensions/webstore_installer.h
@@ -18,6 +18,7 @@
#include "content/public/browser/download_item.h"
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
+#include "chrome/browser/extensions/extension_install_prompt.h"
#include "googleurl/src/gurl.h"
#include "net/base/net_errors.h"
@@ -97,6 +98,9 @@ class WebstoreInstaller :public content::NotificationObserver,
// Whether we should record an oauth2 grant for the extensions.
bool record_oauth2_grant;
+ // Shows a custom extension install dialog.
+ ExtensionInstallPrompt::ShowDialogCallback custom_install_dialog_callback;
+
private:
Approval();
};

Powered by Google App Engine
This is Rietveld 408576698