| Index: chrome/browser/android/chrome_startup_flags.cc
|
| diff --git a/chrome/browser/android/chrome_startup_flags.cc b/chrome/browser/android/chrome_startup_flags.cc
|
| index b789424e38ea38282e8f2acabca8f6af90258122..8d0b2fef01ace8680e343657da7fd983a3d32a83 100644
|
| --- a/chrome/browser/android/chrome_startup_flags.cc
|
| +++ b/chrome/browser/android/chrome_startup_flags.cc
|
| @@ -36,6 +36,10 @@ void SetChromeSpecificCommandLineFlags() {
|
| // Turn on autologin.
|
| SetCommandLineSwitch(switches::kEnableAutologin);
|
|
|
| + // Use ClientLogin token on android.
|
| + // TODO(pavely): Remove once sync on android uses oauth2 tokens.
|
| + SetCommandLineSwitch(switches::kSyncDisableOAuth2Token);
|
| +
|
| // Enable prerender for the omnibox.
|
| SetCommandLineSwitchASCII(
|
| switches::kPrerenderMode, switches::kPrerenderModeSwitchValueEnabled);
|
|
|