Index: content/public/browser/browser_context.h |
diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h |
index f92d6b42c389b1620c235165f4b1a2dfa6643ee3..9f003d8c25a63739b18d43bcdb6ef64c70f7a82b 100644 |
--- a/content/public/browser/browser_context.h |
+++ b/content/public/browser/browser_context.h |
@@ -49,8 +49,10 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData { |
public: |
static DownloadManager* GetDownloadManager(BrowserContext* browser_context); |
static quota::QuotaManager* GetQuotaManager(BrowserContext* browser_context); |
- static DOMStorageContext* GetDOMStorageContext( |
+ static DOMStorageContext* GetDefaultDOMStorageContext( |
BrowserContext* browser_context); |
+ static DOMStorageContext* GetDOMStorageContext( |
+ BrowserContext* browser_context, int renderer_child_id); |
static IndexedDBContext* GetIndexedDBContext(BrowserContext* browser_context); |
static webkit_database::DatabaseTracker* GetDatabaseTracker( |
BrowserContext* browser_context); |