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

Unified Diff: chrome/test/data/extensions/api_test/speech_input/recognition_error/manifest.json

Issue 8321003: Add API tests to the experimental Speech Input API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removing unnecessary header. Created 9 years, 2 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/speech_input/recognition_error/manifest.json
diff --git a/chrome/test/data/extensions/api_test/speech_input/recognition_error/manifest.json b/chrome/test/data/extensions/api_test/speech_input/recognition_error/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..b0ecf638f5c571af6ced853d4890e98cb4b966b4
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/speech_input/recognition_error/manifest.json
@@ -0,0 +1,7 @@
+{
+ "name": "chrome.experimental.speechInput",
+ "version": "0.1",
+ "description": "browser test for chrome.experimental.speechInput API",
+ "background_page": "test.html",
+ "permissions": ["experimental"]
+}

Powered by Google App Engine
This is Rietveld 408576698