diff options
author | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-03 16:36:23 +0000 |
---|---|---|
committer | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-03 16:36:23 +0000 |
commit | 03e4389154313d76a992fc7f1b33e8344fac0670 (patch) | |
tree | b510a9bb3df2c197938328322f51c4599223d8df /remoting | |
parent | fa306f4ba7bf2e5b6e244b00929b311100a5a3d6 (diff) | |
download | chromium_src-03e4389154313d76a992fc7f1b33e8344fac0670.zip chromium_src-03e4389154313d76a992fc7f1b33e8344fac0670.tar.gz chromium_src-03e4389154313d76a992fc7f1b33e8344fac0670.tar.bz2 |
Fix manifest permissions in Chromoting Client UI
Add googleapis.com to the manifest so that we can access the Chromoting
Directory.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3356003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58497 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/client/extension/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/client/extension/manifest.json b/remoting/client/extension/manifest.json index 6dc9de5..15f22a5 100644 --- a/remoting/client/extension/manifest.json +++ b/remoting/client/extension/manifest.json @@ -9,7 +9,7 @@ "background_page": "background.html", "permissions": [ "tabs", - "http://www-googleapis-test.sandbox.google.com/", + "https://www.googleapis.com/chromoting/", "https://www.google.com/accounts/" ] } |