Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Side by Side Diff: chrome/test/data/extensions/api_test/browser_action/missing_icon/manifest.json

Issue 1547413002: Reland of Change extension icon load errors to warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "A test extension that tests multiple browser action icons",
3 "version": "1.0",
4 "manifest_version": 2,
5 "browser_action": {
6 "default_icon": {
7 "19": "icon19.png",
8 "24": "icon24.png",
9 "38": "icon38.png"
10 }
11 }
12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698