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

Unified Diff: chrome/test/data/extensions/api_test/hotword_private/isAvailable/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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/api_test/hotword_private/isAvailable/manifest.json
diff --git a/chrome/test/data/extensions/api_test/hotword_private/isAvailable/manifest.json b/chrome/test/data/extensions/api_test/hotword_private/isAvailable/manifest.json
index fdc955099e7d5018c052a3b3a02e1b35e6d46912..89dd7bc8ee64722fd871b8b00448f8b2a427b924 100644
--- a/chrome/test/data/extensions/api_test/hotword_private/isAvailable/manifest.json
+++ b/chrome/test/data/extensions/api_test/hotword_private/isAvailable/manifest.json
@@ -1,5 +1,6 @@
{
- "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDrL0ETveetCp+rKmuTgS7k7QWgBoWpLradbfRuqdLWeCkoTSaTkHdtO9SZbEm69mwOfWf8oUXE35sezWERBZYAX8Gdyn9s3BSTxHo3A4eEtYbRxjJJyphlM7Molf9/lrKhh5psyZaZwMLdTyzb2wlHPO+Zemzaj4McNbI6a4GNIQIDAQAB",
+ // chrome-extension://cpfhkdbjfdgdebcjlifoldbijinjfifp/
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDCXAxIB5iu+XGtMYYJgSwMrqO+zNa3FlWeMJLOV+U1T2VL6wDU3WD9YNlioI6a6wG49AFquEbRxQwwxlvAZC1c95LBvRlnQAkEVum0KbrJ8WHTxxDEPOfITE0J1AP5j8V0WQ9jbYvUxgefIPhDPXHpdPRAxDotygTrPa33x1075wIDAQAB",
"name": "Hotword Private Test Extension",
"version": "0.1",
"manifest_version": 2,

Powered by Google App Engine
This is Rietveld 408576698