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

Unified Diff: chrome/test/data/extensions/api_test/browser_action/close_background/manifest.json

Issue 10690016: Check zero-length icon files during extension validation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: icon removed Created 8 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/api_test/browser_action/close_background/manifest.json
diff --git a/chrome/test/data/extensions/api_test/browser_action/close_background/manifest.json b/chrome/test/data/extensions/api_test/browser_action/close_background/manifest.json
index 07879eccb552f6a86589760c5800d8ec7b2000eb..6e761b44a5c5a028929f8024a9866d22e5617713 100644
--- a/chrome/test/data/extensions/api_test/browser_action/close_background/manifest.json
+++ b/chrome/test/data/extensions/api_test/browser_action/close_background/manifest.json
@@ -7,7 +7,6 @@
"scripts": ["background.js"]
},
"browser_action": {
- "default_icon" : "icon.png",
"default_title": "close background page"
}
}

Powered by Google App Engine
This is Rietveld 408576698