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

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

Issue 10969017: Create a new URLRequestJobFactory for isolated request contexts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix ordering Created 8 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/xhr_persistent_fs/manifest.json
diff --git a/chrome/test/data/extensions/api_test/xhr_persistent_fs/manifest.json b/chrome/test/data/extensions/api_test/xhr_persistent_fs/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..f9eeb190da1bf40e2c7aff0e1f4261710df2f825
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/xhr_persistent_fs/manifest.json
@@ -0,0 +1,13 @@
+{
+ "name": "Test XHR for Persistent FileSystem",
+ "version": "1",
+ "manifest_version": 2,
+ "permissions": [
+ "unlimitedStorage"
+ ],
+ "app": {
+ "background": {
+ "scripts": ["bg.js"]
+ }
+ }
+}
« no previous file with comments | « chrome/test/data/extensions/api_test/xhr_persistent_fs/main.js ('k') | content/browser/storage_partition_impl_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698