| 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 65617f2412748c37845cb482d34bc74792f58abd..ab71b2e107fed4a005a94c0efa1fa4f4b457b6dc 100644
|
| --- a/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc
|
| +++ b/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc
|
| @@ -103,3 +103,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; }
|
|
|