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

Unified Diff: content/browser/dom_storage/dom_storage_context_wrapper.cc

Issue 2649963002: Enable mojo localstorage to actually store on disk. (Closed)
Patch Set: Remove Sync() method, and instead make sure browser test waits long enough. Created 3 years, 10 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
Index: content/browser/dom_storage/dom_storage_context_wrapper.cc
diff --git a/content/browser/dom_storage/dom_storage_context_wrapper.cc b/content/browser/dom_storage/dom_storage_context_wrapper.cc
index c2023a6ada6a644fa693b20251cdf0ceeefa2be9..866cd8a2e860f82934f877cb8b63c70a60b4aa3c 100644
--- a/content/browser/dom_storage/dom_storage_context_wrapper.cc
+++ b/content/browser/dom_storage/dom_storage_context_wrapper.cc
@@ -134,7 +134,7 @@ DOMStorageContextWrapper::DOMStorageContextWrapper(
connector, context_->task_runner(),
data_path.empty() ? data_path
: data_path.AppendASCII(kLocalStorageDirectory),
- base::FilePath() /* storage_dir */));
+ storage_dir));
}
if (base::FeatureList::IsEnabled(features::kMemoryCoordinator)) {
« no previous file with comments | « content/browser/dom_storage/dom_storage_context_wrapper.h ('k') | content/browser/dom_storage/local_storage_context_mojo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698