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

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

Issue 337243003: [Hotword] Remove non-English languages due to feature getting bumped to next milestone. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove debugging 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 | 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: chrome/browser/resources/hotword_helper/manager.js
diff --git a/chrome/browser/resources/hotword_helper/manager.js b/chrome/browser/resources/hotword_helper/manager.js
index 298835d33eb8dd6ec8d65fc07603a88b44511600..5b4249a7189d42e074538f89615fae4322185eb2 100644
--- a/chrome/browser/resources/hotword_helper/manager.js
+++ b/chrome/browser/resources/hotword_helper/manager.js
@@ -175,11 +175,7 @@ OptInManager.prototype.isEligibleUrl = function(url) {
'https://encrypted.google.'
];
var tlds = [
- 'com',
- 'co.uk',
- 'de',
- 'fr',
- 'ru'
+ 'com'
];
// Check URLs which do not have locale-based TLDs first.
« no previous file with comments | « no previous file | chrome/browser/resources/hotword_helper/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698