| Index: chrome/browser/sync/profile_sync_service.h
|
| diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
|
| index 4b48d05230bc0ced2537a1235d930aea6621eed8..65045d93b0b1a4b1b6ae0288bd1c774aa346392a 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -249,7 +249,7 @@ class ProfileSyncService : public browser_sync::SyncFrontend,
|
| browser_sync::SyncBackendHost::StatusSummary QuerySyncStatusSummary();
|
| virtual browser_sync::SyncBackendHost::Status QueryDetailedSyncStatus();
|
|
|
| - const GoogleServiceAuthError& GetAuthError() const {
|
| + virtual const GoogleServiceAuthError& GetAuthError() const {
|
| return last_auth_error_;
|
| }
|
|
|
| @@ -303,7 +303,7 @@ class ProfileSyncService : public browser_sync::SyncFrontend,
|
| return unrecoverable_error_location_;
|
| }
|
|
|
| - bool UIShouldDepictAuthInProgress() const {
|
| + virtual bool UIShouldDepictAuthInProgress() const {
|
| return is_auth_in_progress_;
|
| }
|
|
|
|
|