| Index: content/public/browser/browser_context.h
|
| diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h
|
| index 4258125b38b7a62df45080d05b5dc588596bafd9..275ad420238d05a632ea391651d2e5bc7d5fa0fe 100644
|
| --- a/content/public/browser/browser_context.h
|
| +++ b/content/public/browser/browser_context.h
|
| @@ -47,7 +47,6 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData {
|
| StoragePartitionCallback;
|
|
|
| static DownloadManager* GetDownloadManager(BrowserContext* browser_context);
|
| - static IndexedDBContext* GetIndexedDBContext(BrowserContext* browser_context);
|
| static fileapi::FileSystemContext* GetFileSystemContext(
|
| BrowserContext* browser_context);
|
|
|
|
|