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

Unified Diff: chrome/common/extensions/api/types.json

Issue 184043024: Limit scope of settings API configuration and proxy permission (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move incognito permission test from ChromeExtensionsBrowserClient to ExtensionPrefs Created 6 years, 10 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/types.json
diff --git a/chrome/common/extensions/api/types.json b/chrome/common/extensions/api/types.json
index 824425622aa5f5aa4e3ae523487c1a0a15861466..1b49dccfd7ddc6cde5719c809f9ad67b6e1ffb6a 100644
--- a/chrome/common/extensions/api/types.json
+++ b/chrome/common/extensions/api/types.json
@@ -46,7 +46,7 @@
"type": "any"
},
"levelOfControl": {
- "description": "One of<ul><li><var>not_controllable</var>: cannot be controlled by any extension</li><li><var>controlled_by_other_extensions</var>: controlled by extensions with higher precedence</li><li><var>controllable_by_this_extension</var>: can be controlled by this extension</li><li><var>controlled_by_this_extension</var>: controlled by this extension</li></ul>",
+ "description": "One of<ul><li><var>not_controllable</var>: cannot be controlled by this extension due to lack of permission or cannot be controlled by any extension</li><li><var>controlled_by_other_extensions</var>: controlled by extensions with higher precedence</li><li><var>controllable_by_this_extension</var>: can be controlled by this extension</li><li><var>controlled_by_this_extension</var>: controlled by this extension</li></ul>",
Bernhard Bauer 2014/03/04 17:31:18 Hm... if an extension doesn't have incognito permi
battre 2014/03/05 08:34:36 Yes, you are right. In case the extension does not
"type": "string",
"enum": ["not_controllable", "controlled_by_other_extensions", "controllable_by_this_extension", "controlled_by_this_extension"]
},

Powered by Google App Engine
This is Rietveld 408576698