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

Unified Diff: chrome/browser/resources/chromeos/input_method/google_input_tools_manifest.json

Issue 738613003: Enables speech APIs to input method extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/browser/resources/chromeos/input_method/google_input_tools_manifest.json
diff --git a/chrome/browser/resources/chromeos/input_method/google_input_tools_manifest.json b/chrome/browser/resources/chromeos/input_method/google_input_tools_manifest.json
index c9f2f28ba277057a6016d71d2fab55d09f2845a3..affbb5a4f13c0e471dc7b24874a55098a4618467 100644
--- a/chrome/browser/resources/chromeos/input_method/google_input_tools_manifest.json
+++ b/chrome/browser/resources/chromeos/input_method/google_input_tools_manifest.json
@@ -13,7 +13,8 @@
"metricsPrivate",
"https://dl.google.com/",
"https://clients4.google.com/",
- "accessibilityFeatures.read"
+ "accessibilityFeatures.read",
+ "audioCapture"
],
"background": {
"page": "background.html"

Powered by Google App Engine
This is Rietveld 408576698