Add missing comma in Chromoting webapp manifest.
BUG=98246 TEST=manual Review URL: http://codereview.chromium.org/8059014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103002 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
},
|
||||
"icons": {
|
||||
"128": "chromoting128.png",
|
||||
"48": "chromoting48.png"
|
||||
"48": "chromoting48.png",
|
||||
"16": "chromoting16.png"
|
||||
},
|
||||
"content_scripts": [
|
||||
|
Reference in New Issue
Block a user