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

Unified Diff: chrome/test/data/extensions/api_test/content_settings/standard/manifest.json

Issue 23581015: Reland r223124: Don't clear existing extension-defined preferences and content settings when reload… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 7 years, 3 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/content_settings/standard/manifest.json
diff --git a/chrome/test/data/extensions/api_test/content_settings/standard/manifest.json b/chrome/test/data/extensions/api_test/content_settings/standard/manifest.json
index 15073400ffdc703e34527eac19ece103da4e59a9..2d48b9e2c75846d13107b9317c1aec938000c9e1 100644
--- a/chrome/test/data/extensions/api_test/content_settings/standard/manifest.json
+++ b/chrome/test/data/extensions/api_test/content_settings/standard/manifest.json
@@ -3,8 +3,5 @@
"version" : "0.1",
"manifest_version": 2,
"description" : "Content Settings API Test Extension",
- "permissions": [ "contentSettings" ],
- "background": {
- "page": "test.html"
- }
+ "permissions": [ "contentSettings" ]
}

Powered by Google App Engine
This is Rietveld 408576698