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

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

Issue 687803003: Update permissions to include all supported domains, and remove externally_connectable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/hotword/manifest.json
diff --git a/chrome/browser/resources/hotword/manifest.json b/chrome/browser/resources/hotword/manifest.json
index 871c96c445526aa3f882a170a19ca38c67e4ff0e..6db7c097bc850ea235b0535229fbd041f8f96050 100644
--- a/chrome/browser/resources/hotword/manifest.json
+++ b/chrome/browser/resources/hotword/manifest.json
@@ -27,6 +27,10 @@
"permissions": [
"*://*.google.com/*",
+ "*://*.google.ru/*",
+ "*://*.google.co.uk/*",
+ "*://*.google.fr/*",
+ "*://*.google.de/*",
"chrome://newtab/",
"chrome://resources/",
"audioCapture",
@@ -36,13 +40,6 @@
"tabs"
],
- "externally_connectable": {
- "matches": [
- "*://*.google.com/*",
- "chrome://newtab/"
- ]
- },
-
"import": [
{
"id": "lccekmodgklaepjeofjdjpbminllajkg"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698