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

Unified Diff: content/browser/storage_partition_impl.h

Issue 11308024: Fixing guest processes to use the proper storage partition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment to test. Created 8 years, 2 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: 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;

Powered by Google App Engine
This is Rietveld 408576698