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

Unified Diff: sync/internal_api/public/engine/sync_status.h

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: sync/internal_api/public/engine/sync_status.h
diff --git a/sync/internal_api/public/engine/sync_status.h b/sync/internal_api/public/engine/sync_status.h
index 1c9ba1a46c94109649065d0fd3469414de1e02ea..f05a5bcd35fb96abda28b3976db24f62c51d1f61 100644
--- a/sync/internal_api/public/engine/sync_status.h
+++ b/sync/internal_api/public/engine/sync_status.h
@@ -22,6 +22,8 @@ struct SyncStatus {
SyncStatus();
~SyncStatus();
+ // TODO(akalin): Replace this with a NotificationsDisabledReason
+ // variable.
bool notifications_enabled; // True only if subscribed for notifications.
// Notifications counters updated by the actions in synapi.

Powered by Google App Engine
This is Rietveld 408576698