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

Unified Diff: chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension1.json

Issue 165414: Disable an extension when it is upgraded to a version that requires more (Closed)
Patch Set: more comments Created 11 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/ui/create_extension_detail_value_expected_output/good-extension1.json
diff --git a/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension1.json b/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension1.json
index 6c50242fb5b32cc7af276745dc0c855fb5e5f50c..91d1ca841d92c977535c6b0076db8b146dc47485 100644
--- a/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension1.json
+++ b/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension1.json
@@ -2,6 +2,7 @@
"id": "behllobkkfkfnphdnhnkndlbkcpglgmj",
"version": "1.0.0.0",
"name": "My extension 1",
+ "enabled": true,
"description": "The first extension that I made.",
"permissions": ["http://*.google.com/*", "https://*.google.com/*"],
"content_scripts": [

Powered by Google App Engine
This is Rietveld 408576698