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

Unified Diff: components/sync_driver/data_type_controller.h

Issue 1368683003: USS SyncContextProxy / data type activation refactoring (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed CR feedback Created 5 years, 3 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/data_type_controller.h
diff --git a/components/sync_driver/data_type_controller.h b/components/sync_driver/data_type_controller.h
index d9635d69582f954bd047fa7267b2d0ead0701a5f..2c701c091045464c4c45e2f5442da248585beb6c 100644
--- a/components/sync_driver/data_type_controller.h
+++ b/components/sync_driver/data_type_controller.h
@@ -149,11 +149,6 @@ class DataTypeController
const scoped_refptr<base::SingleThreadTaskRunner>& ui_thread,
const base::Closure& error_callback);
- // If the DTC is waiting for models to load, once the models are
- // loaded the datatype service will call this function on DTC to let
- // us know that it is safe to start associating.
- virtual void OnModelLoaded() = 0;
-
~DataTypeController() override;
// The callback that will be invoked when an unrecoverable error occurs.
« no previous file with comments | « components/sync_driver/backend_data_type_configurer.h ('k') | components/sync_driver/data_type_manager_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698