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

Unified Diff: chrome/test/data/extensions/bad/Preferences

Issue 339058: Removes fallback from Prefs to LoadExtension on UI thread (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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/bad/Preferences
===================================================================
--- chrome/test/data/extensions/bad/Preferences (revision 30464)
+++ chrome/test/data/extensions/bad/Preferences (working copy)
@@ -4,7 +4,8 @@
"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa": {
"location": 1,
"path": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/1",
- "state": 1
+ "state": 1,
+ "manifest": "I am not a manifest"
},
"bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb": {
"location": 1,
@@ -14,7 +15,17 @@
"bjafgdebaacbbbecmhlhpofkepfkgcpa": {
"location": 1,
"path": "bjafgdebaacbbbecmhlhpofkepfkgcpa/1.0",
- "state": 1
+ "state": 1,
+ "manifest": {
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDRS2GUBOUAO5VZ2CMRId/eRR8/e9V42nUvY5XG+0sZ+JDHEjIQdq8qQy7HqdqEpCXKPMSPuMiC2t2HE9/hpL89SblNn3mwYPtSJGQdZvAzuv6SB0oA6jZ66V7+h/k0noGD3Tcu+Ko/vfkt5wCx2uHVK29k5JR/vGr0klaoVezGlwIDAQAB",
+ "version": "1.0",
+ "name": "My extension 3",
+ "content_scripts": [
+ {
+ "matches": ["http://*/*"]
+ }
+ ]
+ }
},
"cccccccccccccccccccccccccccccccc": {
"location": 1,
« no previous file with comments | « chrome/browser/extensions/extensions_service_unittest.cc ('k') | chrome/test/data/extensions/good/Preferences » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698