Index: chrome/browser/sync/glue/sync_backend_host.cc |
diff --git a/chrome/browser/sync/glue/sync_backend_host.cc b/chrome/browser/sync/glue/sync_backend_host.cc |
index c68682e00d73e549f7765f903aea6f782c074590..048679ae934a558cb94f2e750cd61f69b0914584 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host.cc |
+++ b/chrome/browser/sync/glue/sync_backend_host.cc |
@@ -343,11 +343,6 @@ const SyncSessionSnapshot* SyncBackendHost::GetLastSessionSnapshot() const { |
return last_snapshot_.get(); |
} |
-string16 SyncBackendHost::GetAuthenticatedUsername() const { |
- DCHECK(initialized()); |
- return UTF8ToUTF16(core_->sync_manager()->GetAuthenticatedUsername()); |
-} |
- |
bool SyncBackendHost::HasUnsyncedItems() const { |
DCHECK(initialized()); |
return core_->sync_manager()->HasUnsyncedItems(); |