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

Unified Diff: chrome/browser/browsing_data_local_storage_helper.cc

Issue 10600009: Support partitioning of storage contexts based on render_id. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebased Created 8 years, 5 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 | chrome/browser/browsing_data_remover.cc » ('j') | content/browser/storage_partition_map.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browsing_data_local_storage_helper.cc
diff --git a/chrome/browser/browsing_data_local_storage_helper.cc b/chrome/browser/browsing_data_local_storage_helper.cc
index 39a50a8699747295038f32ea0b8a69982f7502fb..7e476b077024abf4376b6962a0f9dc20454a56c4 100644
--- a/chrome/browser/browsing_data_local_storage_helper.cc
+++ b/chrome/browser/browsing_data_local_storage_helper.cc
@@ -24,7 +24,8 @@ BrowsingDataLocalStorageHelper::LocalStorageInfo::~LocalStorageInfo() {}
BrowsingDataLocalStorageHelper::BrowsingDataLocalStorageHelper(
Profile* profile)
- : dom_storage_context_(BrowserContext::GetDOMStorageContext(profile)),
+ : dom_storage_context_(
+ BrowserContext::GetDefaultDOMStorageContext(profile)),
is_fetching_(false) {
DCHECK(dom_storage_context_);
}
« no previous file with comments | « no previous file | chrome/browser/browsing_data_remover.cc » ('j') | content/browser/storage_partition_map.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698