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

Unified Diff: components/sync/driver/non_ui_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/non_ui_data_type_controller_mock.h
diff --git a/components/sync/driver/non_ui_data_type_controller_mock.h b/components/sync/driver/non_ui_data_type_controller_mock.h
index b10de741c22306d7990d832382802eff24881db5..876bdc544bb903a5a8f21ddcfc884e30008c9fc7 100644
--- a/components/sync/driver/non_ui_data_type_controller_mock.h
+++ b/components/sync/driver/non_ui_data_type_controller_mock.h
@@ -24,13 +24,12 @@ class NonUIDataTypeControllerMock : public NonUIDataTypeController {
MOCK_METHOD0(Stop, void());
MOCK_CONST_METHOD0(type, ModelType());
MOCK_CONST_METHOD0(name, std::string());
- MOCK_CONST_METHOD0(model_safe_group, ModelSafeGroup());
MOCK_CONST_METHOD0(state, State());
// NonUIDataTypeController mocks.
MOCK_METHOD0(StartModels, bool());
MOCK_METHOD0(StopModels, void());
- MOCK_METHOD2(PostTaskOnBackendThread,
+ MOCK_METHOD2(PostTaskOnModelThread,
bool(const tracked_objects::Location&, const base::Closure&));
MOCK_METHOD3(StartDone,
void(DataTypeController::ConfigureResult result,
« no previous file with comments | « components/sync/driver/non_ui_data_type_controller.cc ('k') | components/sync/driver/non_ui_data_type_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698