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

Unified Diff: chrome/test/data/extensions/hotword/manifest.json

Issue 587153002: Suppress the exception thrown when responding to message with no response callback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo. Created 6 years, 3 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/extensions/hotword/test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/hotword/manifest.json
diff --git a/chrome/test/data/extensions/api_test/hotword_private/isAvailable/manifest.json b/chrome/test/data/extensions/hotword/manifest.json
similarity index 71%
copy from chrome/test/data/extensions/api_test/hotword_private/isAvailable/manifest.json
copy to chrome/test/data/extensions/hotword/manifest.json
index 89dd7bc8ee64722fd871b8b00448f8b2a427b924..c99d6f118bdba2005a633d31ad770c964203c3d6 100644
--- a/chrome/test/data/extensions/api_test/hotword_private/isAvailable/manifest.json
+++ b/chrome/test/data/extensions/hotword/manifest.json
@@ -1,12 +1,11 @@
{
// chrome-extension://cpfhkdbjfdgdebcjlifoldbijinjfifp/
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDCXAxIB5iu+XGtMYYJgSwMrqO+zNa3FlWeMJLOV+U1T2VL6wDU3WD9YNlioI6a6wG49AFquEbRxQwwxlvAZC1c95LBvRlnQAkEVum0KbrJ8WHTxxDEPOfITE0J1AP5j8V0WQ9jbYvUxgefIPhDPXHpdPRAxDotygTrPa33x1075wIDAQAB",
- "name": "Hotword Private Test Extension",
+ "name": "Hotword Helper Test Extension",
"version": "0.1",
"manifest_version": 2,
- "description": "Browser tests for chrome.hotword_private API",
+ "description": "Browser test for hotword helper extension",
"background" : {
"scripts": ["test.js"]
- },
- "permissions": ["hotwordPrivate"]
+ }
}
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/extensions/hotword/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698