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

Unified Diff: sync/notifier/mock_sync_notifier_observer.h

Issue 10545170: [Sync] Propagate XMPP auth errors to SyncNotifierObservers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile error Created 8 years, 6 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: sync/notifier/mock_sync_notifier_observer.h
diff --git a/sync/notifier/mock_sync_notifier_observer.h b/sync/notifier/mock_sync_notifier_observer.h
index 426f06574bdb970468e3608c11517899d09f25f7..b74fb93e2e594e0bf46f27716ad0d110679b5485 100644
--- a/sync/notifier/mock_sync_notifier_observer.h
+++ b/sync/notifier/mock_sync_notifier_observer.h
@@ -21,7 +21,7 @@ class MockSyncNotifierObserver : public SyncNotifierObserver {
MOCK_METHOD2(OnIncomingNotification,
void(const syncable::ModelTypePayloadMap&,
IncomingNotificationSource));
- MOCK_METHOD1(OnNotificationStateChange, void(bool));
+ MOCK_METHOD1(OnSyncNotifierStateChange, void(SyncNotifierState));
};
} // namespace sync_notifier

Powered by Google App Engine
This is Rietveld 408576698