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 5f428119fbf24d09b51683a0b796e1789c4f7093..212cc4922912fbc71092b8bb2005342550edf84a 100644 |
--- a/chrome/browser/sync/profile_sync_service.cc |
+++ b/chrome/browser/sync/profile_sync_service.cc |
@@ -1049,13 +1049,6 @@ string16 ProfileSyncService::GetLastSyncedTimeString() const { |
return TimeFormat::TimeElapsed(last_synced); |
} |
-string16 ProfileSyncService::GetAuthenticatedUsername() const { |
- if (backend_.get() && backend_initialized_) |
- return backend_->GetAuthenticatedUsername(); |
- else |
- return string16(); |
-} |
- |
void ProfileSyncService::OnUserSubmittedAuth( |
const std::string& username, const std::string& password, |
const std::string& captcha, const std::string& access_code) { |