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

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

Issue 140018: Make ExtensionPrefs paths relative, re-enable 2 ExtensionsService unit_tests (Closed)
Patch Set: final changes Created 11 years, 6 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/good/Preferences
diff --git a/chrome/test/data/extensions/good/Preferences b/chrome/test/data/extensions/good/Preferences
new file mode 100755
index 0000000000000000000000000000000000000000..b0c00122a271da5c9e83426a858fc71078b56e5a
--- /dev/null
+++ b/chrome/test/data/extensions/good/Preferences
@@ -0,0 +1,21 @@
+{
+ "extensions": {
+ "settings": {
+ "behllobkkfkfnphdnhnkndlbkcpglgmj": {
+ "location": 1,
+ "path": "behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0",
+ "state": 1
+ },
+ "bjafgdebaacbbbecmhlhpofkepfkgcpa": {
+ "location": 1,
+ "path": "bjafgdebaacbbbecmhlhpofkepfkgcpa/1.0",
+ "state": 1
+ },
+ "hpiknbiabeeppbpihjehijgoemciehgk": {
+ "location": 1,
+ "path": "hpiknbiabeeppbpihjehijgoemciehgk/2",
+ "state": 1
+ }
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698