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

Unified Diff: chrome/browser/sync/glue/chrome_sync_notification_bridge_unittest.cc

Issue 10545170: [Sync] Propagate XMPP auth errors to SyncNotifierObservers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix deps, win 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: chrome/browser/sync/glue/chrome_sync_notification_bridge_unittest.cc
diff --git a/chrome/browser/sync/glue/chrome_sync_notification_bridge_unittest.cc b/chrome/browser/sync/glue/chrome_sync_notification_bridge_unittest.cc
index 89d072931419f2fab88b7516e60ab2f99e23b3bb..1cc6034ae2ac66ac76c8e32d1b2415c5a46c787e 100644
--- a/chrome/browser/sync/glue/chrome_sync_notification_bridge_unittest.cc
+++ b/chrome/browser/sync/glue/chrome_sync_notification_bridge_unittest.cc
@@ -70,7 +70,11 @@ class FakeSyncNotifierObserverIO
received_improper_notification_ = true;
}
}
- virtual void OnNotificationStateChange(bool notifications_enabled) {
+ virtual void OnNotificationsEnabled() OVERRIDE {
+ NOTREACHED();
+ }
+ virtual void OnNotificationsDisabled(
+ sync_notifier::NotificationsDisabledReason reason) OVERRIDE {
NOTREACHED();
}
« no previous file with comments | « no previous file | chrome/service/cloud_print/cloud_print_proxy_backend.cc » ('j') | sync/notifier/chrome_invalidation_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698