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

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

Issue 10916131: [Invalidations] Add GetInvalidatorState() to Invalidator{,Frontend} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix android Created 8 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
« no previous file with comments | « chrome/browser/sync/test/integration/sync_test.cc ('k') | chrome/browser/sync/test_profile_sync_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9be433dbc9a9ffb64bcff782571af25a78f098db..7bd5fac0da47cd526cbdcff71438025f6b3aca96 100644
--- a/chrome/browser/sync/test_profile_sync_service.h
+++ b/chrome/browser/sync/test_profile_sync_service.h
@@ -64,12 +64,10 @@ class SyncBackendHostForProfileSyncTest : public SyncBackendHost {
void SetInitialSyncEndedForAllTypes();
- void EmitOnNotificationsEnabled();
- void EmitOnNotificationsDisabled(
- syncer::NotificationsDisabledReason reason);
- void EmitOnIncomingNotification(
+ void EmitOnInvalidatorStateChange(syncer::InvalidatorState state);
+ void EmitOnIncomingInvalidation(
const syncer::ObjectIdStateMap& id_state_map,
- const syncer::IncomingNotificationSource source);
+ const syncer::IncomingInvalidationSource source);
protected:
virtual void InitCore(const DoInitializeOptions& options) OVERRIDE;
« no previous file with comments | « chrome/browser/sync/test/integration/sync_test.cc ('k') | chrome/browser/sync/test_profile_sync_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698