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

Unified Diff: components/sync/driver/proxy_data_type_controller.cc

Issue 2620773002: [Sync] Use ModelError all the way through to ModelTypeController. (Closed)
Patch Set: const& everything and use a typedef. Created 3 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: components/sync/driver/proxy_data_type_controller.cc
diff --git a/components/sync/driver/proxy_data_type_controller.cc b/components/sync/driver/proxy_data_type_controller.cc
index f3edbba365052433393efaaa5504bda939c3de01..16e291e0218b350246977383d35a16951d4f10e1 100644
--- a/components/sync/driver/proxy_data_type_controller.cc
+++ b/components/sync/driver/proxy_data_type_controller.cc
@@ -71,10 +71,4 @@ void ProxyDataTypeController::GetStatusCounters(
callback.Run(type(), counters);
}
-std::unique_ptr<DataTypeErrorHandler>
-ProxyDataTypeController::CreateErrorHandler() {
- NOTREACHED();
- return nullptr;
-}
-
} // namespace syncer
« no previous file with comments | « components/sync/driver/proxy_data_type_controller.h ('k') | components/sync/model/fake_model_type_change_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698