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

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

Issue 14328029: Streamlined sideload UI for extensions from the webstore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 2 classes Created 7 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_install_prompt.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_install_prompt.h
diff --git a/chrome/browser/extensions/extension_install_prompt.h b/chrome/browser/extensions/extension_install_prompt.h
index bc109c7e063f7e06a8e7223cf20598b814fd7cf3..79d01f956b32e152d5b30d62f70c2e559d4ca52d 100644
--- a/chrome/browser/extensions/extension_install_prompt.h
+++ b/chrome/browser/extensions/extension_install_prompt.h
@@ -268,8 +268,10 @@ class ExtensionInstallPrompt
// extension should be enabled (external extensions are installed disabled).
//
// We *MUST* eventually call either Proceed() or Abort() on |delegate|.
- virtual void ConfirmExternalInstall(Delegate* delegate,
- const extensions::Extension* extension);
+ virtual void ConfirmExternalInstall(
+ Delegate* delegate,
+ const extensions::Extension* extension,
+ const ShowDialogCallback& show_dialog_callback);
// This is called by the extension permissions API to verify whether an
// extension may be granted additional permissions.
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_install_prompt.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698