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

Unified Diff: components/sync/driver/frontend_data_type_controller_mock.h

Issue 2511703004: [Sync] Remove UIDataTypeController (Closed)
Patch Set: Rebase. Created 4 years, 1 month 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/frontend_data_type_controller_mock.h
diff --git a/components/sync/driver/frontend_data_type_controller_mock.h b/components/sync/driver/frontend_data_type_controller_mock.h
index 557b53b9a05442dffff1d8b9c383cb09938ef5d4..b1cec05946be0b09d421f8806ecde01aefa096a0 100644
--- a/components/sync/driver/frontend_data_type_controller_mock.h
+++ b/components/sync/driver/frontend_data_type_controller_mock.h
@@ -23,19 +23,14 @@ class FrontendDataTypeControllerMock : public FrontendDataTypeController {
MOCK_METHOD1(LoadModels, void(const ModelLoadCallback& model_load_callback));
MOCK_METHOD0(Stop, void());
- MOCK_METHOD0(enabled, bool());
MOCK_CONST_METHOD0(type, ModelType());
MOCK_CONST_METHOD0(name, std::string());
- MOCK_CONST_METHOD0(model_safe_group, ModelSafeGroup());
MOCK_CONST_METHOD0(state, State());
// FrontendDataTypeController mocks.
MOCK_METHOD0(StartModels, bool());
MOCK_METHOD0(Associate, void());
MOCK_METHOD0(CreateSyncComponents, void());
- MOCK_METHOD2(StartFailed,
- void(ConfigureResult result, const SyncError& error));
- MOCK_METHOD1(FinishStart, void(ConfigureResult result));
MOCK_METHOD0(CleanUpState, void());
MOCK_CONST_METHOD0(model_associator, AssociatorInterface*());
MOCK_METHOD1(set_model_associator, void(AssociatorInterface* associator));
« no previous file with comments | « components/sync/driver/frontend_data_type_controller.cc ('k') | components/sync/driver/non_ui_data_type_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698