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

Unified Diff: remoting/webapp/crd/manifest.json.jinja2

Issue 878413007: Fix manifest's externally_connectable to use the correct Hangouts URL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 10 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: remoting/webapp/crd/manifest.json.jinja2
diff --git a/remoting/webapp/crd/manifest.json.jinja2 b/remoting/webapp/crd/manifest.json.jinja2
index d0b1ccd3b9c73e21dd9a3bb49fcd0d613a2493d9..2e71a42967980c1fa77a6ed8d25fd5951f88f5ca 100644
--- a/remoting/webapp/crd/manifest.json.jinja2
+++ b/remoting/webapp/crd/manifest.json.jinja2
@@ -62,7 +62,7 @@
{% endif %}
"externally_connectable": {
"matches": [
- "https://*.talkgadget.google.com/*"
+ "https://*.google.com/hangouts*"
]
},
"permissions": [
« 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