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

Unified Diff: content/public/browser/storage_partition.h

Issue 11234032: Webview tag creation should be using storage partitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing the custom format of partition id. Created 8 years, 1 month 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/public/browser/storage_partition.h
diff --git a/content/public/browser/storage_partition.h b/content/public/browser/storage_partition.h
index 6743a4249ea828e1573ffd745f243cb69bff11db..76ea98b1c9dd0c377ecff63bc1a246d5621d8346 100644
--- a/content/public/browser/storage_partition.h
+++ b/content/public/browser/storage_partition.h
@@ -54,14 +54,6 @@ class StoragePartition {
virtual DOMStorageContext* GetDOMStorageContext() = 0;
virtual IndexedDBContext* GetIndexedDBContext() = 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|.
- //
- // TODO(ajwong): Remove this function from the public API once
- // URLRequestContextGetter's creation is moved into StoragePartition.
- static CONTENT_EXPORT FilePath GetPartitionPath(
- const std::string& partition_id);
-
protected:
virtual ~StoragePartition() {}
};

Powered by Google App Engine
This is Rietveld 408576698