| Index: content/browser/browser_context.cc
|
| ===================================================================
|
| --- content/browser/browser_context.cc (revision 152606)
|
| +++ content/browser/browser_context.cc (working copy)
|
| @@ -99,13 +99,6 @@
|
| context, kDownloadManagerKeyName);
|
| }
|
|
|
| -quota::QuotaManager* BrowserContext::GetQuotaManager(
|
| - BrowserContext* browser_context) {
|
| - // TODO(ajwong): Change this API to require a SiteInstance instead of
|
| - // using GetDefaultStoragePartition().
|
| - return GetDefaultStoragePartition(browser_context)->GetQuotaManager();
|
| -}
|
| -
|
| IndexedDBContext* BrowserContext::GetIndexedDBContext(
|
| BrowserContext* browser_context) {
|
| // TODO(ajwong): Change this API to require a SiteInstance instead of
|
|
|