diff options
Diffstat (limited to 'chrome/browser/sync/notification_method.cc')
-rw-r--r-- | chrome/browser/sync/notification_method.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/sync/notification_method.cc b/chrome/browser/sync/notification_method.cc index 9c00344..2c9896a 100644 --- a/chrome/browser/sync/notification_method.cc +++ b/chrome/browser/sync/notification_method.cc @@ -8,9 +8,8 @@ namespace browser_sync { -// TODO(akalin): Eventually change this to NOTIFICATION_NEW. const NotificationMethod kDefaultNotificationMethod = - NOTIFICATION_TRANSITIONAL; + NOTIFICATION_SERVER; std::string NotificationMethodToString( NotificationMethod notification_method) { |