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

Unified Diff: chrome/browser/sync/glue/device_info_data_type_controller_unittest.cc

Issue 436733002: [Sync] Use OnSingleDataTypeUnrecoverableError for all errors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 4 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/glue/device_info_data_type_controller_unittest.cc
diff --git a/chrome/browser/sync/glue/device_info_data_type_controller_unittest.cc b/chrome/browser/sync/glue/device_info_data_type_controller_unittest.cc
index 92a94a98f3583cbcdbd86869a8543b3b96890b11..0f0a2b9885f54719b761728a996fd0f57311aa57 100644
--- a/chrome/browser/sync/glue/device_info_data_type_controller_unittest.cc
+++ b/chrome/browser/sync/glue/device_info_data_type_controller_unittest.cc
@@ -38,8 +38,7 @@ class DeviceInfoDataTypeControllerTest : public testing::Test {
controller_ = new DeviceInfoDataTypeController(
&profile_sync_factory_,
- local_device_.get(),
- DataTypeController::DisableTypeCallback());
+ local_device_.get());
load_finished_ = false;
last_type_ = syncer::UNSPECIFIED;

Powered by Google App Engine
This is Rietveld 408576698