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

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

Issue 264763002: Support remote installation of extensions and apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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_disabled_ui.h
diff --git a/chrome/browser/extensions/extension_disabled_ui.h b/chrome/browser/extensions/extension_disabled_ui.h
index f71bcc95af7e85c55c9b3c8936f42ecac125f414..083805859991aafd64d87bdfe5e03080406b1b62 100644
--- a/chrome/browser/extensions/extension_disabled_ui.h
+++ b/chrome/browser/extensions/extension_disabled_ui.h
@@ -17,8 +17,11 @@ class Extension;
// Adds a global error to inform the user that an extension was
// disabled after upgrading to higher permissions.
+// If |is_remote_install| is true, the extension was disabled because
+// it was installed remotely.
void AddExtensionDisabledError(ExtensionService* service,
- const Extension* extension);
+ const Extension* extension,
+ bool is_remote_install);
// Shows the extension install dialog.
void ShowExtensionDisabledDialog(ExtensionService* service,

Powered by Google App Engine
This is Rietveld 408576698