| Index: content/browser/browser_context.cc
|
| diff --git a/content/browser/browser_context.cc b/content/browser/browser_context.cc
|
| index 3b33c31088e66424a03c8bdd8f59868d50741360..cd65c761bf057b62fe8dec5bdd334fdb03592945 100644
|
| --- a/content/browser/browser_context.cc
|
| +++ b/content/browser/browser_context.cc
|
| @@ -103,13 +103,6 @@ DownloadManager* BrowserContext::GetDownloadManager(
|
| context, kDownloadManagerKeyName);
|
| }
|
|
|
| -fileapi::FileSystemContext* BrowserContext::GetFileSystemContext(
|
| - BrowserContext* browser_context) {
|
| - // TODO(ajwong): Change this API to require a SiteInstance instead of
|
| - // using GetDefaultStoragePartition().
|
| - return GetDefaultStoragePartition(browser_context)->GetFileSystemContext();
|
| -}
|
| -
|
| StoragePartition* BrowserContext::GetStoragePartition(
|
| BrowserContext* browser_context,
|
| SiteInstance* site_instance) {
|
|
|