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

Side by Side Diff: chrome/test/data/extensions/api_test/hotword_private/setAudioLoggingEnableFalse/manifest.json

Issue 470893002: Update hotword private tests to not need auto whitelisting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: With comment Created 6 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
OLDNEW
1 { 1 {
2 "key" : "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDUPrZoII3A4g9EIM+/jixinHPFAZFZm J0BVIqwGgfYJs4HUT8ODNFMHDoyTJIimf6W3118TiAiDag3VlRPCfgwP7y4nA1JIwLraMX53Hbcdexw1 uNhNvA9RBnpKziGRp04gfcvMpC7FxGyktx5dIZNkD7aorCNGVG/yCPBRx29pQIDAQAB", 2 // chrome-extension://cpfhkdbjfdgdebcjlifoldbijinjfifp/
3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDCXAxIB5iu+XGtMYYJgSwMrqO+zNa3Fl WeMJLOV+U1T2VL6wDU3WD9YNlioI6a6wG49AFquEbRxQwwxlvAZC1c95LBvRlnQAkEVum0KbrJ8WHTxx DEPOfITE0J1AP5j8V0WQ9jbYvUxgefIPhDPXHpdPRAxDotygTrPa33x1075wIDAQAB",
3 "name": "Hotword Private Test Extension", 4 "name": "Hotword Private Test Extension",
4 "version": "0.1", 5 "version": "0.1",
5 "manifest_version": 2, 6 "manifest_version": 2,
6 "description": "Browser tests for chrome.hotword_private API", 7 "description": "Browser tests for chrome.hotword_private API",
7 "background" : { 8 "background" : {
8 "scripts": ["test.js"] 9 "scripts": ["test.js"]
9 }, 10 },
10 "permissions": ["hotwordPrivate"] 11 "permissions": ["hotwordPrivate"]
11 } 12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698