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

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

Issue 2663783002: [Sync] Split encryption state and logic out of PSS and SBHI. (Closed)
Patch Set: Tweak comment. 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/data_type_manager_mock.h
diff --git a/components/sync/driver/data_type_manager_mock.h b/components/sync/driver/data_type_manager_mock.h
index 19467ec53135ed62a2b3c19870b5d76b3f101a0a..65abab28343377ea505e33237d2c8c2b816a4570 100644
--- a/components/sync/driver/data_type_manager_mock.h
+++ b/components/sync/driver/data_type_manager_mock.h
@@ -23,6 +23,7 @@ class DataTypeManagerMock : public DataTypeManager {
MOCK_METHOD0(Stop, void());
MOCK_METHOD0(controllers, const DataTypeController::TypeMap&());
MOCK_CONST_METHOD0(GetActiveDataTypes, ModelTypeSet());
+ MOCK_CONST_METHOD0(IsNigoriEnabled, bool());
MOCK_CONST_METHOD0(state, State());
private:
« no previous file with comments | « components/sync/driver/data_type_manager_impl.cc ('k') | components/sync/driver/glue/sync_backend_host_core.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698