| Index: chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc
|
| diff --git a/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc b/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc
|
| index 194407f99be7f23a2c870d13fbd5042def19e39e..2dd3d542ab3c65dc1d545cad5c11819f7d180c16 100644
|
| --- a/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc
|
| +++ b/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc
|
| @@ -57,6 +57,10 @@ std::string TabContentsSyncedTabDelegate::GetExtensionAppId() const {
|
| return std::string();
|
| }
|
|
|
| +bool TabContentsSyncedTabDelegate::IsInitialBlankNavigation() const {
|
| + return web_contents_->GetController().IsInitialBlankNavigation();
|
| +}
|
| +
|
| int TabContentsSyncedTabDelegate::GetCurrentEntryIndex() const {
|
| return web_contents_->GetController().GetCurrentEntryIndex();
|
| }
|
|
|