| Index: sync/notifier/notifications_disabled_reason.h
|
| diff --git a/sync/notifier/notifications_disabled_reason.h b/sync/notifier/notifications_disabled_reason.h
|
| index b30573be2b52f23c571fc41eef68c4d9d3f345f6..40805aaf8a6904d14b9bded48bd30d2785c9d845 100644
|
| --- a/sync/notifier/notifications_disabled_reason.h
|
| +++ b/sync/notifier/notifications_disabled_reason.h
|
| @@ -27,6 +27,9 @@ const char* NotificationsDisabledReasonToString(
|
| NotificationsDisabledReason FromNotifierReason(
|
| notifier::NotificationsDisabledReason reason);
|
|
|
| +notifier::NotificationsDisabledReason ToNotifierReasonForTest(
|
| + NotificationsDisabledReason reason);
|
| +
|
| } // namespace syncer
|
|
|
| #endif // SYNC_NOTIFIER_NOTIFICATIONS_DISABLED_REASON_H_
|
|
|