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

Unified Diff: chrome/browser/browsing_data/browsing_data_quota_helper_unittest.cc

Issue 2592793002: Revert of Change how the quota system computes the total poolsize for temporary storage (Closed)
Patch Set: Created 4 years 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 | « chrome/browser/BUILD.gn ('k') | chrome/browser/chrome_content_browser_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browsing_data/browsing_data_quota_helper_unittest.cc
diff --git a/chrome/browser/browsing_data/browsing_data_quota_helper_unittest.cc b/chrome/browser/browsing_data/browsing_data_quota_helper_unittest.cc
index 2c5781d6bd8113e8a424e242c3170203b8124937..e8a97eb3e567e7a9e29322f3d02068229b95b27d 100644
--- a/chrome/browser/browsing_data/browsing_data_quota_helper_unittest.cc
+++ b/chrome/browser/browsing_data/browsing_data_quota_helper_unittest.cc
@@ -37,8 +37,8 @@ class BrowsingDataQuotaHelperTest : public testing::Test {
quota_manager_ = new storage::QuotaManager(
false, dir_.GetPath(),
BrowserThread::GetTaskRunnerForThread(BrowserThread::IO).get(),
- BrowserThread::GetTaskRunnerForThread(BrowserThread::DB).get(), nullptr,
- storage::GetQuotaSettingsFunc());
+ BrowserThread::GetTaskRunnerForThread(BrowserThread::DB).get(),
+ nullptr);
helper_ = new BrowsingDataQuotaHelperImpl(quota_manager_.get());
}
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/chrome_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698