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

Unified Diff: trunk/src/chrome/browser/resources/hotword_helper/manager.js

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
« no previous file with comments | « no previous file | trunk/src/chrome/browser/resources/hotword_helper/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/resources/hotword_helper/manager.js
===================================================================
--- trunk/src/chrome/browser/resources/hotword_helper/manager.js (revision 278418)
+++ trunk/src/chrome/browser/resources/hotword_helper/manager.js (working copy)
@@ -175,7 +175,11 @@
'https://encrypted.google.'
];
var tlds = [
- 'com'
+ 'com',
+ 'co.uk',
+ 'de',
+ 'fr',
+ 'ru'
];
// Check URLs which do not have locale-based TLDs first.
« no previous file with comments | « no previous file | trunk/src/chrome/browser/resources/hotword_helper/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698