diff options
author | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-30 23:47:30 +0000 |
---|---|---|
committer | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-30 23:47:30 +0000 |
commit | 46d73126ff917a0445de7105360263d9191c504d (patch) | |
tree | 389c87ed82bc18dba28838a4da71f16c81b3abc7 /remoting | |
parent | a31a7b554e43516bb2e38d630e92f548750506d3 (diff) | |
download | chromium_src-46d73126ff917a0445de7105360263d9191c504d.zip chromium_src-46d73126ff917a0445de7105360263d9191c504d.tar.gz chromium_src-46d73126ff917a0445de7105360263d9191c504d.tar.bz2 |
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
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/webapp/me2mom/manifest.json | 6 |
1 files changed, 4 insertions, 2 deletions
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"] } |