| 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 2b1d7edb325ee88489bb49758237fbd3b6218867..b4e539a92b247cdafb1c93678e8971c72ec42664 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -319,11 +319,6 @@ class ProfileSyncService : public browser_sync::SyncFrontend,
|
| // Returns a user-friendly string form of last synced time (in minutes).
|
| virtual string16 GetLastSyncedTimeString() const;
|
|
|
| - // Returns the authenticated username of the sync user, or empty if none
|
| - // exists. It will only exist if the authentication service provider (e.g
|
| - // GAIA) has confirmed the username is authentic.
|
| - virtual string16 GetAuthenticatedUsername() const;
|
| -
|
| const std::string& last_attempted_user_email() const {
|
| return last_attempted_user_email_;
|
| }
|
|
|