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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/error_console/manifest_warnings/manifest.json
diff --git a/chrome/test/data/extensions/error_console/manifest_warnings/manifest.json b/chrome/test/data/extensions/error_console/manifest_warnings/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..4dcb3ce71f137630affc2d1ff9a17cfb7b331805
--- /dev/null
+++ b/chrome/test/data/extensions/error_console/manifest_warnings/manifest.json
@@ -0,0 +1,9 @@
+{
+ "name": "Error Console Manifest Warnings Test",
+ "manifest_version": 2,
+ "version": "1.1",
+ "not_a_real_key": "not_a_real_value",
+ "permissions": [
+ "tabs", "not_a_real_permission"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698