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

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

Issue 1018643003: Removing chrome.pushMessaging API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updates to documentation per kalman's comments Created 5 years, 9 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
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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 "mediaGalleries.allAutoDetected", 46 "mediaGalleries.allAutoDetected",
47 "mediaGalleries.read", 47 "mediaGalleries.read",
48 "mediaPlayerPrivate", 48 "mediaPlayerPrivate",
49 "metricsPrivate", 49 "metricsPrivate",
50 "notifications", 50 "notifications",
51 "echoPrivate", 51 "echoPrivate",
52 "pageCapture", 52 "pageCapture",
53 "plugin", 53 "plugin",
54 "privacy", 54 "privacy",
55 "proxy", 55 "proxy",
56 "pushMessaging",
57 "rtcPrivate", 56 "rtcPrivate",
58 "runtime", 57 "runtime",
59 "serial", 58 "serial",
60 "syncFileSystem", 59 "syncFileSystem",
61 {"socket": ["tcp-connect", "tcp-listen"]}, 60 {"socket": ["tcp-connect", "tcp-listen"]},
62 "storage", 61 "storage",
63 "systemPrivate", 62 "systemPrivate",
64 "tabs", 63 "tabs",
65 "tabCapture", 64 "tabCapture",
66 "terminalPrivate", 65 "terminalPrivate",
67 "topSites", 66 "topSites",
68 "tts", 67 "tts",
69 "ttsEngine", 68 "ttsEngine",
70 "unlimitedStorage", 69 "unlimitedStorage",
71 "usb", 70 "usb",
72 "videoCapture", 71 "videoCapture",
73 "wallpaperPrivate", 72 "wallpaperPrivate",
74 "webNavigation", 73 "webNavigation",
75 "webstorePrivate", 74 "webstorePrivate",
76 "webRequest", 75 "webRequest",
77 "webRequestBlocking", 76 "webRequestBlocking",
78 "webview" 77 "webview"
79 ], 78 ],
80 "bluetooth": {} 79 "bluetooth": {}
81 } 80 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/background_app/background.js ('k') | extensions/common/permissions/api_permission.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698