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

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

Issue 1098403002: Update the extension whitelist for application host change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix pattern Created 5 years, 8 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/hangout_services/manifest.json
diff --git a/chrome/browser/resources/hangout_services/manifest.json b/chrome/browser/resources/hangout_services/manifest.json
index e9ef7aa08c59b2116b39654513fb7ea6c0396fa0..95d5464f5e8566f23899fa82396dab1bd823ee1e 100644
--- a/chrome/browser/resources/hangout_services/manifest.json
+++ b/chrome/browser/resources/hangout_services/manifest.json
@@ -7,7 +7,10 @@
"manifest_version": 2,
"externally_connectable": {
"matches": [
- "https://*.google.com/hangouts*",
+ "https://hangouts.google.com/*",
+ "https://talkgadget.google.com/*",
+ "https://*.talkgadget.google.com/*",
+ "https://plus.google.com/hangouts*",
// For tests.
"*://localhost/*"
]
« 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