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

Side by Side Diff: chrome/test/data/extensions/error_console/manifest_warnings/manifest.json

Issue 22938005: Add ErrorConsole UI for Extension Install Warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dc_ec_install_warnings
Patch Set: Created 7 years, 4 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": "Error Console Manifest Warnings Test",
3 "manifest_version": 2,
4 "version": "1.1",
5 "not_a_real_key": "not_a_real_value",
6 "permissions": [
7 "tabs", "not_a_real_permission"
8 ]
9 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698