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

Side by Side Diff: chrome/test/ext_auto/auto_provider/manifest.json

Issue 21115004: extensions: Remove chrome.webSocketProxyPrivate API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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
« no previous file with comments | « chrome/test/data/extensions/api_test/web_socket_proxy_private/manifest.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDr+Q7QFcTr4Wmn9sSICKWbxnYLhIM0ER bcapZCDmpAkiBUhOPt+KkYnTdUFl4Kx2xv02MwIowh36Fho9Dhqh7cPWGIPsLHUaJosO6t6oaHxQsMQS /K4MlnP5pNJykExo82DcajSXGV+mIQH3RslxL+XhtmIh2BQLwbizVG0bA+mwIDAQAB", 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDr+Q7QFcTr4Wmn9sSICKWbxnYLhIM0ER bcapZCDmpAkiBUhOPt+KkYnTdUFl4Kx2xv02MwIowh36Fho9Dhqh7cPWGIPsLHUaJosO6t6oaHxQsMQS /K4MlnP5pNJykExo82DcajSXGV+mIQH3RslxL+XhtmIh2BQLwbizVG0bA+mwIDAQAB",
3 "name": "Test Automation Provider Extension", 3 "name": "Test Automation Provider Extension",
4 "version": "1", 4 "version": "1",
5 "manifest_version": 2, 5 "manifest_version": 2,
6 "description": "Test Automation Provider Extension", 6 "description": "Test Automation Provider Extension",
7 "default_locale": "en", 7 "default_locale": "en",
8 "background": { 8 "background": {
9 "scripts": ["connection_handler.js", "server.js", "background.js"] 9 "scripts": ["connection_handler.js", "server.js", "background.js"]
10 }, 10 },
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "tabCapture", 69 "tabCapture",
70 "terminalPrivate", 70 "terminalPrivate",
71 "topSites", 71 "topSites",
72 "tts", 72 "tts",
73 "ttsEngine", 73 "ttsEngine",
74 "unlimitedStorage", 74 "unlimitedStorage",
75 "usb", 75 "usb",
76 "videoCapture", 76 "videoCapture",
77 "wallpaperPrivate", 77 "wallpaperPrivate",
78 "webNavigation", 78 "webNavigation",
79 "webSocketProxyPrivate",
80 "webstorePrivate", 79 "webstorePrivate",
81 "webRequest", 80 "webRequest",
82 "webRequestBlocking", 81 "webRequestBlocking",
83 "webview" 82 "webview"
84 ] 83 ]
85 } 84 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/web_socket_proxy_private/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698