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

Unified Diff: chrome/test/data/extensions/api_test/proxy/individual/manifest.json

Issue 6992022: Move Proxy Settings API out of experimental (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed remainder of merge conflict. Fixes unit test 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/test/data/extensions/api_test/proxy/individual/manifest.json
diff --git a/chrome/test/data/extensions/api_test/proxy/individual/manifest.json b/chrome/test/data/extensions/api_test/proxy/individual/manifest.json
index ada15d1e192912100686de7db592bd0430269fa0..273db993071479ad13272cece9fb4b2a9a655953 100644
--- a/chrome/test/data/extensions/api_test/proxy/individual/manifest.json
+++ b/chrome/test/data/extensions/api_test/proxy/individual/manifest.json
@@ -3,5 +3,5 @@
"version": "0.1",
"description": "end-to-end browser test for chrome.proxy API",
"background_page": "test.html",
- "permissions": ["experimental", "proxy"]
+ "permissions": ["proxy"]
}

Powered by Google App Engine
This is Rietveld 408576698