Index: content/public/browser/browser_context.h |
diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h |
index 487246aa0375a8e1542c800ee56a25e3667efc91..deed91f3f1545bd0cebd1c2dd2ddd347a830dd83 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); |