| 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) {}
|
|
|
| TabContentsSyncedTabDelegate::~TabContentsSyncedTabDelegate() {}
|
|
|
|
|