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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/api_test/hotword_private/setAudioLoggingEnableFalse/manifest.json
diff --git a/chrome/test/data/extensions/api_test/hotword_private/setAudioLoggingEnableFalse/manifest.json b/chrome/test/data/extensions/api_test/hotword_private/setAudioLoggingEnableFalse/manifest.json
index d568eb4c44e2deb7f99b45518efa3008743f396b..89dd7bc8ee64722fd871b8b00448f8b2a427b924 100644
--- a/chrome/test/data/extensions/api_test/hotword_private/setAudioLoggingEnableFalse/manifest.json
+++ b/chrome/test/data/extensions/api_test/hotword_private/setAudioLoggingEnableFalse/manifest.json
@@ -1,5 +1,6 @@
{
- "key" : "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDUPrZoII3A4g9EIM+/jixinHPFAZFZmJ0BVIqwGgfYJs4HUT8ODNFMHDoyTJIimf6W3118TiAiDag3VlRPCfgwP7y4nA1JIwLraMX53Hbcdexw1uNhNvA9RBnpKziGRp04gfcvMpC7FxGyktx5dIZNkD7aorCNGVG/yCPBRx29pQIDAQAB",
+ // 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