| Index: chrome/browser/sync/glue/synced_tab_delegate_android.cc
|
| diff --git a/chrome/browser/sync/glue/synced_tab_delegate_android.cc b/chrome/browser/sync/glue/synced_tab_delegate_android.cc
|
| index 9002387791dffd9442e698eff441f91bb60624bc..a3b04d7f4600413b09c302f1cb63ee3f1d5b5365 100644
|
| --- a/chrome/browser/sync/glue/synced_tab_delegate_android.cc
|
| +++ b/chrome/browser/sync/glue/synced_tab_delegate_android.cc
|
| @@ -46,6 +46,10 @@ std::string SyncedTabDelegateAndroid::GetExtensionAppId() const {
|
| return tab_contents_delegate_->GetExtensionAppId();
|
| }
|
|
|
| +bool SyncedTabDelegateAndroid::IsInitialBlankNavigation() const {
|
| + return tab_contents_delegate_->IsInitialBlankNavigation();
|
| +}
|
| +
|
| int SyncedTabDelegateAndroid::GetCurrentEntryIndex() const {
|
| return tab_contents_delegate_->GetCurrentEntryIndex();
|
| }
|
|
|