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

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

Issue 1886813004: ABANDONED CL - Removing unused field - LevelDBWrapperImpl::database_ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | content/browser/leveldb_wrapper_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 bde121ad2afd62416f9dac84c032f316530e7c3d..bbc4af7a3bce7322652ec57dc1a5ff3196c072cf 100644
--- a/content/browser/dom_storage/dom_storage_context_wrapper.cc
+++ b/content/browser/dom_storage/dom_storage_context_wrapper.cc
@@ -217,7 +217,7 @@ void DOMStorageContextWrapper::MojoState::BindLocalStorage(
auto found = level_db_wrappers_.find(origin);
if (found == level_db_wrappers_.end()) {
level_db_wrappers_[origin] = base::WrapUnique(new LevelDBWrapperImpl(
- database_.get(), origin.Serialize(),
+ origin.Serialize(),
kPerStorageAreaQuota + kPerStorageAreaOverQuotaAllowance,
base::Bind(&MojoState::OnLevelDDWrapperHasNoBindings,
base::Unretained(this), origin)));
« no previous file with comments | « no previous file | content/browser/leveldb_wrapper_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698