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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "name": "Test XHR for Persistent FileSystem",
3 "version": "1",
4 "manifest_version": 2,
5 "permissions": [
6 "unlimitedStorage"
7 ],
8 "app": {
9 "background": {
10 "scripts": ["bg.js"]
11 }
12 }
13 }
OLDNEW
« 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