| Index: content/browser/storage_partition_impl.h
|
| diff --git a/content/browser/storage_partition_impl.h b/content/browser/storage_partition_impl.h
|
| index d3d6dba1593d368802e53d6a84cf76acb440e7ca..e76b9a6f296676e9bedf5eb7acdf8095859c24ad 100644
|
| --- a/content/browser/storage_partition_impl.h
|
| +++ b/content/browser/storage_partition_impl.h
|
| @@ -23,7 +23,8 @@ class StoragePartitionImpl : public StoragePartition {
|
| // need 3 pieces of info from it.
|
| static StoragePartitionImpl* Create(BrowserContext* context,
|
| const std::string& partition_id,
|
| - const FilePath& profile_path);
|
| + const FilePath& profile_path,
|
| + bool in_memory);
|
|
|
| // StoragePartition interface.
|
| virtual FilePath GetPath() OVERRIDE;
|
|
|