| 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.
|
|
|