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

Unified Diff: chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_unittest.cc

Issue 147843007: [SyncFS] Disable quota management on tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 11 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: chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_unittest.cc
diff --git a/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_unittest.cc b/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_unittest.cc
index e04e189832d7e612fcfe11866be5d48d121a0166..54076117e011b70a56310e991137cc62a0c28295 100644
--- a/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_unittest.cc
+++ b/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_unittest.cc
@@ -130,7 +130,7 @@ class DriveFileSyncServiceSyncTest : public testing::Test {
.get());
SyncStatusCode status = SYNC_STATUS_UNKNOWN;
- file_system->SetUp();
+ file_system->SetUp(CannedSyncableFileSystem::QUOTA_ENABLED);
local_sync_service_->MaybeInitializeFileSystemContext(
origin, file_system->file_system_context(),
CreateResultReceiver(&status));

Powered by Google App Engine
This is Rietveld 408576698