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

Unified Diff: chrome/browser/sync/test_profile_sync_service.h

Issue 10805002: [Sync] Enable adding notifier observers from ProfileSyncService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typos Created 8 years, 5 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: 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 95a11da8009a9b3db089326b379a8aeb3ae88e7a..4924daae1106308a8996ed883cd703e77db5376b 100644
--- a/chrome/browser/sync/test_profile_sync_service.h
+++ b/chrome/browser/sync/test_profile_sync_service.h
@@ -60,7 +60,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;

Powered by Google App Engine
This is Rietveld 408576698