| 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 4115f187f6d9f2b8dbf94da6334f34694dbf7b89..f058faab51bf95cce5f9b166917c09542590eefe 100644
|
| --- a/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc
|
| +++ b/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc
|
| @@ -77,3 +77,5 @@ bool TabContentsSyncedTabDelegate::IsPinned() const {
|
| // We might not have a parent window, e.g. Developer Tools.
|
| return window ? window->IsTabPinned(this) : false;
|
| }
|
| +
|
| +bool TabContentsSyncedTabDelegate::HasWebContents() const { return true; }
|
|
|