Chromium Code Reviews| 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 311970d8966c36ea6df209b096aff0f68f6578ad..b9d5151a85144217932c5d6268126f8a5b76c9c2 100644 |
| --- a/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc |
| +++ b/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc |
| @@ -48,7 +48,7 @@ NavigationEntry* GetPossiblyPendingEntryAtIndex( |
| TabContentsSyncedTabDelegate::TabContentsSyncedTabDelegate( |
| content::WebContents* web_contents) |
| - : web_contents_(web_contents), sync_session_id_(0) {} |
| + : web_contents_(web_contents), sync_session_id_(-1) {} |
|
Ted C
2017/04/18 04:53:49
should -1 be TabNodePool::kInvalidTabNodeID?
Nicolas Zea
2017/04/18 05:04:11
Done.
|
| TabContentsSyncedTabDelegate::~TabContentsSyncedTabDelegate() {} |