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

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: Created 6 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
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..0587bea3bae6a38f8c3d9caf372081dfc28b2c69 100644
--- a/chrome/browser/extensions/extension_disabled_ui.h
+++ b/chrome/browser/extensions/extension_disabled_ui.h
@@ -17,8 +17,10 @@ class Extension;
// Adds a global error to inform the user that an extension was
// disabled after upgrading to higher permissions.
+// |disable_reasons| is a bitmask of |Extension::DisableReason| values.
void AddExtensionDisabledError(ExtensionService* service,
- const Extension* extension);
+ const Extension* extension,
+ int disable_reasons);
// Shows the extension install dialog.
void ShowExtensionDisabledDialog(ExtensionService* service,

Powered by Google App Engine
This is Rietveld 408576698