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

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

Issue 23694020: Don't clear existing extension-defined preferences and content settings when reloading or updating… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: x 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
« no previous file with comments | « chrome/test/data/extensions/api_test/content_settings/standard/manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/preference/standard/manifest.json
diff --git a/chrome/test/data/extensions/api_test/preference/standard/manifest.json b/chrome/test/data/extensions/api_test/preference/standard/manifest.json
index 291d59f2035671c1dfc2814342693d3c38724eb6..fbe2f369d92db5a442536834dbbbbe0dd70c20aa 100644
--- a/chrome/test/data/extensions/api_test/preference/standard/manifest.json
+++ b/chrome/test/data/extensions/api_test/preference/standard/manifest.json
@@ -3,8 +3,5 @@
"version" : "0.1",
"manifest_version": 2,
"description" : "Preferences API Test Extension",
- "permissions": [ "privacy" ],
- "background": {
- "page": "test.html"
- }
+ "permissions": [ "privacy" ]
}
« no previous file with comments | « chrome/test/data/extensions/api_test/content_settings/standard/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698