From 46d73126ff917a0445de7105360263d9191c504d Mon Sep 17 00:00:00 2001 From: "jamiewalch@google.com" Date: Tue, 30 Aug 2011 23:47:30 +0000 Subject: Added talkgadget blank page to trampoline triggers, pending server config changes. BUG=None TEST=Manual Review URL: http://codereview.chromium.org/7785007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98891 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/webapp/me2mom/manifest.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'remoting') diff --git a/remoting/webapp/me2mom/manifest.json b/remoting/webapp/me2mom/manifest.json index 8262cf0..8ec4f9c 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"] } -- cgit v1.1