| Index: content/public/browser/browser_context.h
|
| diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h
|
| index 9f003d8c25a63739b18d43bcdb6ef64c70f7a82b..cfe4d53f5e396675460b1fb31f34bdbb0f0b9c68 100644
|
| --- a/content/public/browser/browser_context.h
|
| +++ b/content/public/browser/browser_context.h
|
| @@ -53,6 +53,8 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData {
|
| BrowserContext* browser_context);
|
| static DOMStorageContext* GetDOMStorageContext(
|
| BrowserContext* browser_context, int renderer_child_id);
|
| + static content::DOMStorageContext* GetDOMStorageContextByPartitionId(
|
| + BrowserContext* browser_context, const std::string& partition_id);
|
| static IndexedDBContext* GetIndexedDBContext(BrowserContext* browser_context);
|
| static webkit_database::DatabaseTracker* GetDatabaseTracker(
|
| BrowserContext* browser_context);
|
|
|