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

Unified Diff: remoting/webapp/me2mom/manifest.json

Issue 7785007: Added talkgadget blank page to trampoline triggers, pending server config changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added ?* wildcarded version. Created 9 years, 4 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/me2mom/manifest.json
diff --git a/remoting/webapp/me2mom/manifest.json b/remoting/webapp/me2mom/manifest.json
index 8262cf036eea1cbb4db6f3185cee99f5324406b8..8ec4f9c3b3d4fdba5c61880c4f56afae8790a972 100644
--- a/remoting/webapp/me2mom/manifest.json
+++ b/remoting/webapp/me2mom/manifest.json
@@ -15,8 +15,10 @@
"content_scripts": [
{
"matches": [
- "https://chromoting-httpxmpp-oauth2-dev.corp.google.com/oauth2_trampoline",
- "https://chromoting-httpxmpp-oauth2-dev.corp.google.com/oauth2_trampoline?*"
+ "https://chromoting-httpxmpp-oauth2-dev.corp.google.com/oauth2_trampoline",
+ "https://chromoting-httpxmpp-oauth2-dev.corp.google.com/oauth2_trampoline?*",
+ "https://talkgadget.google.com/talkgadget/blank",
+ "https://talkgadget.google.com/talkgadget/blank?*"
],
"js": ["cs_oauth2_trampoline.js"]
}
« 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