Commit 46d73126 authored by jamiewalch@google.com's avatar jamiewalch@google.com

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
parent a31a7b55
...@@ -15,8 +15,10 @@ ...@@ -15,8 +15,10 @@
"content_scripts": [ "content_scripts": [
{ {
"matches": [ "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"] "js": ["cs_oauth2_trampoline.js"]
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment