| Index: content/public/browser/browser_context.h
|
| diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h
|
| index 1605974aaafd1a79d025620ad87d3f6c1af375d3..d0d40c4314f10fe44a5474dde20bc82688c1e90b 100644
|
| --- a/content/public/browser/browser_context.h
|
| +++ b/content/public/browser/browser_context.h
|
| @@ -56,7 +56,6 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData {
|
| StoragePartitionCallback;
|
|
|
| static DownloadManager* GetDownloadManager(BrowserContext* browser_context);
|
| - static IndexedDBContext* GetIndexedDBContext(BrowserContext* browser_context);
|
| static appcache::AppCacheService* GetAppCacheService(
|
| BrowserContext* browser_context);
|
| static fileapi::FileSystemContext* GetFileSystemContext(
|
|
|