| Index: chrome/browser/sync/notification_method.cc
|
| diff --git a/chrome/browser/sync/notification_method.cc b/chrome/browser/sync/notification_method.cc
|
| index 9c00344e6d8d23e6439427577b989527b02fa46f..2c9896a73f009684a9c9a5c5791a509258dd73f8 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) {
|
|
|