| Index: chrome/browser/sync/glue/sync_backend_host.cc
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host.cc b/chrome/browser/sync/glue/sync_backend_host.cc
|
| index 23d9524b6522909bf7f2eb710c0bc52866528bc2..64890e5b4129f8c499097f8e3a65b425f6cc6b32 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host.cc
|
| +++ b/chrome/browser/sync/glue/sync_backend_host.cc
|
| @@ -309,6 +309,7 @@ notifier::NotifierOptions ParseNotifierOptions(
|
| request_context_getter) {
|
| notifier::NotifierOptions notifier_options;
|
| notifier_options.request_context_getter = request_context_getter;
|
| + notifier_options.auth_mechanism ="X-OAUTH2";
|
|
|
| if (command_line.HasSwitch(switches::kSyncNotificationHostPort)) {
|
| notifier_options.xmpp_host_port =
|
|
|