| 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();
|
| };
|
|
|