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

Unified Diff: chrome/browser/sync_file_system/local/canned_syncable_file_system.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
Index: chrome/browser/sync_file_system/local/canned_syncable_file_system.cc
diff --git a/chrome/browser/sync_file_system/local/canned_syncable_file_system.cc b/chrome/browser/sync_file_system/local/canned_syncable_file_system.cc
index cbac4c722c846474739ef97ff4db3ffd9c4bb107..73d9b608cf30f2fbfbc1b7aa398255a333fd2515 100644
--- a/chrome/browser/sync_file_system/local/canned_syncable_file_system.cc
+++ b/chrome/browser/sync_file_system/local/canned_syncable_file_system.cc
@@ -242,8 +242,7 @@ void CannedSyncableFileSystem::SetUp(QuotaMode quota_mode) {
if (quota_mode == QUOTA_ENABLED) {
quota_manager_ = new QuotaManager(
false /* is_incognito */, data_dir_.GetPath(), io_task_runner_.get(),
- base::ThreadTaskRunnerHandle::Get().get(), storage_policy.get(),
- storage::GetQuotaSettingsFunc());
+ base::ThreadTaskRunnerHandle::Get().get(), storage_policy.get());
}
std::vector<std::string> additional_allowed_schemes;

Powered by Google App Engine
This is Rietveld 408576698