Commit 04cb2ebd authored by avi's avatar avi Committed by Commit bot

Remove obsolete comment.

GetDefaultStoragePartition() is here to stay.

BUG=none

Review-Url: https://codereview.chromium.org/2614813002
Cr-Commit-Position: refs/heads/master@{#441490}
parent ad19f74e
...@@ -239,8 +239,6 @@ StoragePartition* BrowserContext::GetStoragePartition( ...@@ -239,8 +239,6 @@ StoragePartition* BrowserContext::GetStoragePartition(
std::string partition_name; std::string partition_name;
bool in_memory = false; 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) { if (site_instance) {
GetContentClient()->browser()->GetStoragePartitionConfigForSite( GetContentClient()->browser()->GetStoragePartitionConfigForSite(
browser_context, site_instance->GetSiteURL(), true, browser_context, site_instance->GetSiteURL(), true,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment