| Index: components/browser_sync/browser/profile_sync_service.cc
|
| diff --git a/components/browser_sync/browser/profile_sync_service.cc b/components/browser_sync/browser/profile_sync_service.cc
|
| index 0d2c7eb3ce6f602145fd073bf12f2e3efcc57330..bc99d46b5e1725ab2c1ca94f249ea152f74e010c 100644
|
| --- a/components/browser_sync/browser/profile_sync_service.cc
|
| +++ b/components/browser_sync/browser/profile_sync_service.cc
|
| @@ -1283,8 +1283,9 @@ void ProfileSyncService::OnActionableError(const SyncProtocolError& error) {
|
| syncer::STOP_SOURCE_LIMIT);
|
| }
|
| RequestStop(CLEAR_DATA);
|
| -#if !defined(OS_CHROMEOS) && !defined(OS_ANDROID)
|
| - // On desktop and iOS, sign out the user after a dashboard clear.
|
| +#if !defined(OS_CHROMEOS)
|
| + // On every platform except ChromeOS, sign out the user after a dashboard
|
| + // clear.
|
| static_cast<SigninManager*>(signin_->GetOriginal())
|
| ->SignOut(signin_metrics::SERVER_FORCED_DISABLE,
|
| signin_metrics::SignoutDelete::IGNORE_METRIC);
|
|
|