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

Unified Diff: chrome/test/data/extensions/platform_apps/file_access_restored_test/manifest.json

Issue 12391006: Give an app the file entries it had back on restart. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix compile (chromium style) Created 7 years, 9 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/platform_apps/file_access_restored_test/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/file_access_saved_to_prefs_test/manifest.json b/chrome/test/data/extensions/platform_apps/file_access_restored_test/manifest.json
similarity index 70%
copy from chrome/test/data/extensions/platform_apps/file_access_saved_to_prefs_test/manifest.json
copy to chrome/test/data/extensions/platform_apps/file_access_restored_test/manifest.json
index 59f5cf37a574d822cfe102d4efdf5c27a77a0152..4f6d3e3785439d51604d538d4e404b907a7e6565 100644
--- a/chrome/test/data/extensions/platform_apps/file_access_saved_to_prefs_test/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/file_access_restored_test/manifest.json
@@ -7,5 +7,5 @@
"scripts": ["test.js"]
}
},
- "permissions": ["fileSystem", "fileSystem.write"]
+ "permissions": ["fileSystem", "fileSystem.write", "storage"]
}

Powered by Google App Engine
This is Rietveld 408576698