Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(588)

Unified Diff: content/browser/browser_context.cc

Issue 2614813002: Remove obsolete comment. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698