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

Unified Diff: components/sync_driver/frontend_data_type_controller_mock.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/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 b3479dcce224451df7b60556041cbe3157cb3ddd..7692917728c002fc55e8895a9721f45585214e10 100644
--- a/components/sync_driver/frontend_data_type_controller_mock.h
+++ b/components/sync_driver/frontend_data_type_controller_mock.h
@@ -19,7 +19,6 @@ class FrontendDataTypeControllerMock : public FrontendDataTypeController {
MOCK_METHOD1(StartAssociating,
void(const StartCallback& start_callback));
MOCK_METHOD1(LoadModels, void(const ModelLoadCallback& model_load_callback));
- MOCK_METHOD0(OnModelLoaded, void());
MOCK_METHOD0(Stop, void());
MOCK_METHOD0(enabled, bool());

Powered by Google App Engine
This is Rietveld 408576698