| Index: components/browser_sync/profile_sync_service_mock.h
|
| diff --git a/components/browser_sync/profile_sync_service_mock.h b/components/browser_sync/profile_sync_service_mock.h
|
| index 35191d35e42a68967254cc232750d9f3b1fd6a08..1df3ffb80c6b3026e0411c7a9cde854d4aad8dad 100644
|
| --- a/components/browser_sync/profile_sync_service_mock.h
|
| +++ b/components/browser_sync/profile_sync_service_mock.h
|
| @@ -76,6 +76,7 @@ class ProfileSyncServiceMock : public ProfileSyncService {
|
| MOCK_CONST_METHOD0(IsSyncActive, bool());
|
| MOCK_CONST_METHOD0(IsEngineInitialized, bool());
|
| MOCK_CONST_METHOD0(IsSyncRequested, bool());
|
| + MOCK_CONST_METHOD0(IsSyncConfirmationNeeded, bool());
|
| MOCK_CONST_METHOD0(waiting_for_auth, bool());
|
| MOCK_METHOD1(OnActionableError, void(const syncer::SyncProtocolError&));
|
| MOCK_CONST_METHOD1(IsDataTypeControllerRunning, bool(syncer::ModelType));
|
|
|