| Index: chrome/browser/sync/profile_sync_service.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc
|
| index da305a6de1320090366693a7581d8c6bcaf50d01..85340335ac7b57eea7e68f8a470e715b2ebbddeb 100644
|
| --- a/chrome/browser/sync/profile_sync_service.cc
|
| +++ b/chrome/browser/sync/profile_sync_service.cc
|
| @@ -966,8 +966,11 @@ void ProfileSyncService::OnActionableError(const SyncProtocolError& error) {
|
| }
|
|
|
| void ProfileSyncService::ShowErrorUI() {
|
| +#if !defined(OS_ANDROID)
|
| + // Android uses native UI for sync setup.
|
| // TODO(atwilson): Remove this.
|
| LoginUIServiceFactory::GetForProfile(profile_)->ShowLoginUI(false);
|
| +#endif
|
| }
|
|
|
| std::string ProfileSyncService::QuerySyncStatusSummary() {
|
|
|