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

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

Issue 11150002: New post-sideload UI: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 2 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/extension_install_prompt.h
diff --git a/chrome/browser/extensions/extension_install_prompt.h b/chrome/browser/extensions/extension_install_prompt.h
index ce32fef9826e9aed7e45aa47cb70af633a180979..6142342cae0d83df90a847e9687cc91f1d5e37d0 100644
--- a/chrome/browser/extensions/extension_install_prompt.h
+++ b/chrome/browser/extensions/extension_install_prompt.h
@@ -53,6 +53,7 @@ class ExtensionInstallPrompt : public ImageLoadingTracker::Observer,
BUNDLE_INSTALL_PROMPT,
RE_ENABLE_PROMPT,
PERMISSIONS_PROMPT,
+ EXTERNAL_INSTALL_PROMPT,
NUM_PROMPT_TYPES
};
@@ -233,6 +234,9 @@ class ExtensionInstallPrompt : public ImageLoadingTracker::Observer,
virtual void ConfirmReEnable(Delegate* delegate,
const extensions::Extension* extension);
+ virtual void ConfirmExternalInstall(Delegate* delegate,
Jeffrey Yasskin 2012/10/13 21:17:35 Comment this function. It might make sense to refa
Matt Perry 2012/10/15 19:13:38 Done.
+ const extensions::Extension* extension);
+
// This is called by the extension permissions API to verify whether an
// extension may be granted additional permissions.
//

Powered by Google App Engine
This is Rietveld 408576698