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

Unified Diff: trunk/src/chrome/browser/resources/hotword_helper/manifest.json

Issue 340413003: Revert 277718 "[Hotword] Remove non-English languages due to fea..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 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: trunk/src/chrome/browser/resources/hotword_helper/manifest.json
===================================================================
--- trunk/src/chrome/browser/resources/hotword_helper/manifest.json (revision 278418)
+++ trunk/src/chrome/browser/resources/hotword_helper/manifest.json (working copy)
@@ -13,6 +13,10 @@
"permissions": [
"*://*.google.com/*",
+ "*://*.google.ru/*",
+ "*://*.google.co.uk/*",
+ "*://*.google.fr/*",
+ "*://*.google.de/*",
"chrome://newtab/",
"hotwordPrivate",
"tabs"
@@ -21,6 +25,10 @@
"externally_connectable": {
"matches": [
"*://*.google.com/*",
+ "*://*.google.ru/*",
+ "*://*.google.co.uk/*",
+ "*://*.google.fr/*",
+ "*://*.google.de/*",
"chrome://newtab/"
]
},
« no previous file with comments | « trunk/src/chrome/browser/resources/hotword_helper/manager.js ('k') | trunk/src/chrome/browser/search/hotword_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698