Chromium Code Reviews| 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; |