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

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

Issue 1108133002: 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, 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/api_test/hotword_private/speakerModelExistsResultTrue/manifest.json
diff --git a/chrome/test/data/extensions/api_test/hotword_private/speakerModelExistsResultTrue/manifest.json b/chrome/test/data/extensions/api_test/hotword_private/speakerModelExistsResultTrue/manifest.json
index 89dd7bc8ee64722fd871b8b00448f8b2a427b924..59c36125a32ae6466107fb612a7a8eb1ddc5f9d3 100644
--- a/chrome/test/data/extensions/api_test/hotword_private/speakerModelExistsResultTrue/manifest.json
+++ b/chrome/test/data/extensions/api_test/hotword_private/speakerModelExistsResultTrue/manifest.json
@@ -6,6 +6,7 @@
"manifest_version": 2,
"description": "Browser tests for chrome.hotword_private API",
"background" : {
+ "persistent": false,
"scripts": ["test.js"]
},
"permissions": ["hotwordPrivate"]

Powered by Google App Engine
This is Rietveld 408576698