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

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

Issue 1155333003: Revert of Revert of Converted some extension browser tests into using event pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
OLDNEW
1 { 1 {
2 // chrome-extension://cpfhkdbjfdgdebcjlifoldbijinjfifp/ 2 // chrome-extension://cpfhkdbjfdgdebcjlifoldbijinjfifp/
3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDCXAxIB5iu+XGtMYYJgSwMrqO+zNa3Fl WeMJLOV+U1T2VL6wDU3WD9YNlioI6a6wG49AFquEbRxQwwxlvAZC1c95LBvRlnQAkEVum0KbrJ8WHTxx DEPOfITE0J1AP5j8V0WQ9jbYvUxgefIPhDPXHpdPRAxDotygTrPa33x1075wIDAQAB", 3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDCXAxIB5iu+XGtMYYJgSwMrqO+zNa3Fl WeMJLOV+U1T2VL6wDU3WD9YNlioI6a6wG49AFquEbRxQwwxlvAZC1c95LBvRlnQAkEVum0KbrJ8WHTxx DEPOfITE0J1AP5j8V0WQ9jbYvUxgefIPhDPXHpdPRAxDotygTrPa33x1075wIDAQAB",
4 "name": "Hotword Private Test Extension", 4 "name": "Hotword Private Test Extension",
5 "version": "0.1", 5 "version": "0.1",
6 "manifest_version": 2, 6 "manifest_version": 2,
7 "description": "Browser tests for chrome.hotword_private API", 7 "description": "Browser tests for chrome.hotword_private API",
8 "background" : { 8 "background" : {
9 "persistent": false,
9 "scripts": ["test.js"] 10 "scripts": ["test.js"]
10 }, 11 },
11 "permissions": ["hotwordPrivate"] 12 "permissions": ["hotwordPrivate"]
12 } 13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698