diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-03 01:04:36 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-03 01:04:36 +0000 |
commit | 20bd5a44ceb9871ba9036a3379cec904c2b16d84 (patch) | |
tree | 30b99e7812279e8f7452599aa2520eeaad20d2d2 /remoting | |
parent | 30fafedaf458093b3531e7e98120c57559727f94 (diff) | |
download | chromium_src-20bd5a44ceb9871ba9036a3379cec904c2b16d84.zip chromium_src-20bd5a44ceb9871ba9036a3379cec904c2b16d84.tar.gz chromium_src-20bd5a44ceb9871ba9036a3379cec904c2b16d84.tar.bz2 |
Add permission for relay.google.com
The new permission is required for switching to Pepper UDP API.
Review URL: http://codereview.chromium.org/10344011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135062 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/webapp/manifest.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/webapp/manifest.json b/remoting/webapp/manifest.json index 4eae439..a61615f6 100644 --- a/remoting/webapp/manifest.json +++ b/remoting/webapp/manifest.json @@ -26,6 +26,7 @@ "https://www.google.com/accounts/*", "https://www.googleapis.com/chromoting/*", "https://talkgadget.google.com/talkgadget/*", + "https://relay.google.com/*", "clipboardRead", "clipboardWrite" ], |