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

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

Issue 405433003: Apps&Extensions for supervised users: Allow the custodian to remotely uninstall extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: other UNINSTALL_REASON_SYNC occurrences Created 6 years, 5 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_service.h
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
index 95bd11b59a60c1acf8058eb8a240f92079754066..000a6bd4d881efe4cf7af578f018aae37465516f 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -169,7 +169,8 @@ class ExtensionService
// uninstall the corresponding extension id.
UNINSTALL_REASON_ORPHANED_EXTERNAL_EXTENSION,
UNINSTALL_REASON_ORPHANED_SHARED_MODULE,
- UNINSTALL_REASON_INTERNAL_MANAGEMENT // Internal extensions (see usages)
+ UNINSTALL_REASON_INTERNAL_MANAGEMENT, // Internal extensions (see usages)
+ UNINSTALL_REASON_SYNC_BY_CUSTODIAN,
};
// Attempts to uninstall an extension from a given ExtensionService. Returns

Powered by Google App Engine
This is Rietveld 408576698