Index: chrome/browser/sync/test_profile_sync_service.h |
diff --git a/chrome/browser/sync/test_profile_sync_service.h b/chrome/browser/sync/test_profile_sync_service.h |
index d24c0fd141677e5df0ae62fbb936972f3d74e4da..f89328264decba5d653ffa650ab2e8097f1e4607 100644 |
--- a/chrome/browser/sync/test_profile_sync_service.h |
+++ b/chrome/browser/sync/test_profile_sync_service.h |
@@ -61,7 +61,13 @@ class SyncBackendHostForProfileSyncTest : public SyncBackendHost { |
static void SetHistoryServiceExpectations(ProfileMock* profile); |
void SetInitialSyncEndedForAllTypes(); |
- void dont_set_initial_sync_ended_on_init(); |
+ |
+ void EmitOnNotificationsEnabled(); |
+ void EmitOnNotificationsDisabled( |
+ syncer::NotificationsDisabledReason reason); |
+ void EmitOnIncomingNotification( |
+ const syncer::ObjectIdPayloadMap& id_payloads, |
+ const syncer::IncomingNotificationSource source); |
protected: |
virtual void InitCore(const DoInitializeOptions& options) OVERRIDE; |