| 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 38c7f022cf32588656625d2970ed3c35b3367bf2..7ff55affd8f3e8fc34ddb7a382d7697b3e465f22 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();
|
|
|