| 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 2567dda38a26194be0a8d2014d797d6cfd9ac1d2..002d2d73cf97b6316d207ac5a2c6450e8543ae5d 100644
|
| --- a/chrome/browser/sync/profile_sync_service.cc
|
| +++ b/chrome/browser/sync/profile_sync_service.cc
|
| @@ -772,6 +772,10 @@ std::string ProfileSyncService::BuildSyncStatusSummaryText(
|
| }
|
| }
|
|
|
| +bool ProfileSyncService::unrecoverable_error_detected() const {
|
| + return unrecoverable_error_detected_;
|
| +}
|
| +
|
| string16 ProfileSyncService::GetLastSyncedTimeString() const {
|
| if (last_synced_time_.is_null())
|
| return l10n_util::GetStringUTF16(IDS_SYNC_TIME_NEVER);
|
|
|