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

Unified Diff: sync/notifier/notifications_disabled_reason.h

Issue 10874096: [Sync] Rework Invalidator-related unit tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 8 years, 4 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
« no previous file with comments | « sync/notifier/non_blocking_invalidator_unittest.cc ('k') | sync/notifier/notifications_disabled_reason.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « sync/notifier/non_blocking_invalidator_unittest.cc ('k') | sync/notifier/notifications_disabled_reason.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698