diff options
author | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-26 22:34:12 +0000 |
---|---|---|
committer | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-26 22:34:12 +0000 |
commit | 9c150d0245a8e16a0574acfe5e1416a53875832a (patch) | |
tree | e3347a69e8c01f96651d33fd4d7b07d41b1ffd59 /remoting/webapp | |
parent | 80e9e799ec5bc45cd0d57a0c3b47419616192736 (diff) | |
download | chromium_src-9c150d0245a8e16a0574acfe5e1416a53875832a.zip chromium_src-9c150d0245a8e16a0574acfe5e1416a53875832a.tar.gz chromium_src-9c150d0245a8e16a0574acfe5e1416a53875832a.tar.bz2 |
Removed trailing comma in manifest.
R=rmsousa@chromium.org
Review URL: https://codereview.chromium.org/14113042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196861 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp')
-rw-r--r-- | remoting/webapp/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/webapp/manifest.json b/remoting/webapp/manifest.json index d1f8d1f..c75ddca 100644 --- a/remoting/webapp/manifest.json +++ b/remoting/webapp/manifest.json @@ -40,7 +40,7 @@ "https://relay.google.com/*", "storage", "clipboardRead", - "clipboardWrite", + "clipboardWrite" ], "plugins": [ { "path": "remoting_host_plugin.dll", "public": false }, |