diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-16 04:01:08 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-16 04:01:08 +0000 |
commit | 71ace01735e041c2633dca68de83f59946d60b00 (patch) | |
tree | fcb901ec49437b5a161805958b2fd096c743d12d /content/browser/storage_partition_impl_map.h | |
parent | 84ed2976c5e799f3eaa79cc938f6cd4b3a730477 (diff) | |
download | chromium_src-71ace01735e041c2633dca68de83f59946d60b00.zip chromium_src-71ace01735e041c2633dca68de83f59946d60b00.tar.gz chromium_src-71ace01735e041c2633dca68de83f59946d60b00.tar.bz2 |
Redo the Storage Partition directory layout to support guest tags and origin based partitions.
The new layout is
(1) ProfileDir/Default/Storage Partitions/extensions/{ extension_id }/default/
(2) ProfileDir/Default/Storage Partitions/extensions/{ extension_id }/{ hash(BrowserTag.partition) }/
In the future, after we add support for browser tags in webui or add support for server
administrators of websites to opt into storage isolation, we will also need:
(3) ProfileDir/Default/Storage Partitions/origins/{ hash(origin) }/default/
(4) ProfileDir/Default/Storage Partitions/origins/{ hash(origin) }/{ hash(BrowserTag.partition) }/
TBR=willchan
BUG=85121
Review URL: https://chromiumcodereview.appspot.com/10913265
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157039 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/storage_partition_impl_map.h')
-rw-r--r-- | content/browser/storage_partition_impl_map.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/browser/storage_partition_impl_map.h b/content/browser/storage_partition_impl_map.h index ff75c4d..b875353 100644 --- a/content/browser/storage_partition_impl_map.h +++ b/content/browser/storage_partition_impl_map.h @@ -39,7 +39,6 @@ class StoragePartitionImplMap : public base::SupportsUserData::Data { // doesn't need to be aware of this ordering? Revisit when refactoring // ResourceContext and AppCache to respect storage partitions. void PostCreateInitialization(StoragePartitionImpl* partition, - const FilePath& partition_path, net::URLRequestContextGetter* request_context); BrowserContext* browser_context_; // Not Owned. |