| Index: content/public/browser/storage_partition.h
|
| diff --git a/content/public/browser/storage_partition.h b/content/public/browser/storage_partition.h
|
| index 6743a4249ea828e1573ffd745f243cb69bff11db..b85920085165664eeb986bc61b12ce99b30de83f 100644
|
| --- a/content/public/browser/storage_partition.h
|
| +++ b/content/public/browser/storage_partition.h
|
| @@ -54,6 +54,13 @@ class StoragePartition {
|
| virtual DOMStorageContext* GetDOMStorageContext() = 0;
|
| virtual IndexedDBContext* GetIndexedDBContext() = 0;
|
|
|
| + // Returns a boolean to indicate whether this partition should be persisted on
|
| + // disk or just be kept in memory.
|
| + //
|
| + // TODO(nasko): Remove this function from the public API once
|
| + // URLRequestContextGetter's creation is moved into StoragePartition.
|
| + virtual bool IsInMemoryOnly() = 0;
|
| +
|
| // Returns the relative path from the profile's base directory, to the
|
| // directory that holds all the state for storage contexts in |partition_id|.
|
| //
|
|
|