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

Unified Diff: chrome/common/extensions/api/developer_private.idl

Issue 1051273002: Update chrome://extensions for supervised users (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: new icons Created 5 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/common/extensions/api/developer_private.idl
diff --git a/chrome/common/extensions/api/developer_private.idl b/chrome/common/extensions/api/developer_private.idl
index 5b708aaae9c82f8c9d7bd2b06955000fa5581cc7..d7ce1bc9b7aa3d5b603a16bc779cd338ca6ebb4c 100644
--- a/chrome/common/extensions/api/developer_private.idl
+++ b/chrome/common/extensions/api/developer_private.idl
@@ -153,6 +153,8 @@ namespace developerPrivate {
dictionary ExtensionInfo {
boolean actionButtonHidden;
DOMString? blacklistText;
+ DOMString? controlledBy; // see controlled_indicator.css
Devlin 2015/05/19 16:17:16 This should really be an enum. It will mean an ex
Devlin 2015/05/19 16:17:16 These changes will need to be reflected in the ext
Devlin 2015/05/19 16:17:16 These can, and probably should, be grouped togethe
Marc Treib 2015/05/20 11:22:41 Done.
Marc Treib 2015/05/20 11:22:41 Done.
Marc Treib 2015/05/20 11:22:41 Done (I think).
+ DOMString? controlledByText;
DOMString[] dependentExtensions;
DOMString description;
DisableReasons disableReasons;
@@ -162,7 +164,6 @@ namespace developerPrivate {
DOMString iconUrl;
DOMString id;
AccessModifier incognitoAccess;
- boolean installedByCustodian;
DOMString[] installWarnings;
DOMString? launchUrl;
Location location;
@@ -173,7 +174,6 @@ namespace developerPrivate {
boolean offlineEnabled;
OptionsPage? optionsPage;
DOMString? path;
- DOMString? policyText;
DOMString? prettifiedPath;
AccessModifier runOnAllUrls;
RuntimeError[] runtimeErrors;

Powered by Google App Engine
This is Rietveld 408576698