 Chromium Code Reviews
 Chromium Code Reviews Issue 22938005:
  Add ErrorConsole UI for Extension Install Warnings  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@dc_ec_install_warnings
    
  
    Issue 22938005:
  Add ErrorConsole UI for Extension Install Warnings  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@dc_ec_install_warnings| 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" | 
| + ] | 
| +} |