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

Side by Side Diff: chrome/test/data/extensions/api_test/proxy/pac/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, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "name": "chrome.proxy", 2 "name": "chrome.proxy",
3 "version": "0.1", 3 "version": "0.1",
4 "description": "end-to-end browser test for chrome.proxy API", 4 "description": "end-to-end browser test for chrome.proxy API",
5 "background_page": "test.html", 5 "background_page": "test.html",
6 "permissions": ["experimental", "proxy"] 6 "permissions": ["proxy"]
7 } 7 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698