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

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

Issue 2641523004: [Sync] Make directory types registration explicit in ModelTypeRegistry (Closed)
Patch Set: Address comments 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/model_type_controller_unittest.cc
diff --git a/components/sync/driver/model_type_controller_unittest.cc b/components/sync/driver/model_type_controller_unittest.cc
index bf7ef71eb664908c0fb96e42e80d03b9070378d9..1de837054c52d6896235d5cef477b044ed8e2ca7 100644
--- a/components/sync/driver/model_type_controller_unittest.cc
+++ b/components/sync/driver/model_type_controller_unittest.cc
@@ -92,6 +92,15 @@ class TestModelTypeConfigurer : public ModelTypeConfigurer {
NOTREACHED() << "Not implemented.";
}
+ void RegisterDirectoryDataType(ModelType type,
+ ModelSafeGroup group) override {
+ NOTREACHED() << "Not implemented.";
+ }
+
+ void UnregisterDirectoryDataType(ModelType type) override {
+ NOTREACHED() << "Not implemented.";
+ }
+
void ActivateDirectoryDataType(ModelType type,
ModelSafeGroup group,
ChangeProcessor* change_processor) override {
« no previous file with comments | « components/sync/driver/model_type_controller.cc ('k') | components/sync/driver/proxy_data_type_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698