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

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

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 | « chrome/browser/resources/hotword_helper/manager.js ('k') | chrome/browser/search/hotword_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/hotword_helper/manifest.json
diff --git a/chrome/browser/resources/hotword_helper/manifest.json b/chrome/browser/resources/hotword_helper/manifest.json
index eb21576e16a9f360366a679d1e0b9e9581f54868..5d64c6d430d614c84423b4cb6b27b104b93bc877 100644
--- a/chrome/browser/resources/hotword_helper/manifest.json
+++ b/chrome/browser/resources/hotword_helper/manifest.json
@@ -13,10 +13,6 @@
"permissions": [
"*://*.google.com/*",
- "*://*.google.ru/*",
- "*://*.google.co.uk/*",
- "*://*.google.fr/*",
- "*://*.google.de/*",
"chrome://newtab/",
"hotwordPrivate",
"tabs"
@@ -25,10 +21,6 @@
"externally_connectable": {
"matches": [
"*://*.google.com/*",
- "*://*.google.ru/*",
- "*://*.google.co.uk/*",
- "*://*.google.fr/*",
- "*://*.google.de/*",
"chrome://newtab/"
]
},
« no previous file with comments | « chrome/browser/resources/hotword_helper/manager.js ('k') | chrome/browser/search/hotword_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698