| Index: content/browser/browser_context.cc
|
| diff --git a/content/browser/browser_context.cc b/content/browser/browser_context.cc
|
| index 1e7f2c38205d9b210a1500f0868df6a94a4a2301..b287a6c1610d02e32b1fbf5e761bf8578a7743a9 100644
|
| --- a/content/browser/browser_context.cc
|
| +++ b/content/browser/browser_context.cc
|
| @@ -239,8 +239,6 @@ StoragePartition* BrowserContext::GetStoragePartition(
|
| std::string partition_name;
|
| bool in_memory = false;
|
|
|
| - // TODO(ajwong): After GetDefaultStoragePartition() is removed, get rid of
|
| - // this conditional and require that |site_instance| is non-NULL.
|
| if (site_instance) {
|
| GetContentClient()->browser()->GetStoragePartitionConfigForSite(
|
| browser_context, site_instance->GetSiteURL(), true,
|
|
|