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

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

Issue 1554583002: Revert of Change extension icon load errors to warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix merge issues 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 "31": "icon24.png",
10 "38": "icon38.png"
11 }
12 }
13 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/browser_action/missing_icon/manifest.json ('k') | extensions/common/file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698