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

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

Issue 6992022: Move Proxy Settings API out of experimental (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed Bernhard's comment Created 9 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/extension_api.json
diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json
index 65695ac970bc641441bcaf0da89652c95665328e..9eda751bc22529586028299dd583f0aaaad71453 100644
--- a/chrome/common/extensions/api/extension_api.json
+++ b/chrome/common/extensions/api/extension_api.json
@@ -4194,7 +4194,7 @@
]
},
{
- "namespace": "experimental.proxy",
+ "namespace": "proxy",
"types": [
{
"id": "ProxyServer",
@@ -5314,7 +5314,7 @@
"events": []
},
{
- "namespace": "experimental.extension",
+ "namespace": "preferences",
"types": [
{
"id": "Preference",

Powered by Google App Engine
This is Rietveld 408576698