Chromium Code Reviews| Index: ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.mm |
| diff --git a/ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.mm b/ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.mm |
| index 8e7f12ffdb07a1e3b4c2c75acce667845967228f..52aea7bf78c752a27805e8fdfeb191f4e7af3e43 100644 |
| --- a/ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.mm |
| +++ b/ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.mm |
| @@ -36,7 +36,7 @@ NavigationItem* GetPossiblyPendingItemAtIndex(web::WebState* web_state, int i) { |
| } // namespace |
| IOSChromeSyncedTabDelegate::IOSChromeSyncedTabDelegate(web::WebState* web_state) |
| - : web_state_(web_state), sync_session_id_(0) {} |
| + : web_state_(web_state), sync_session_id_(-1) {} |
|
skym
2017/04/17 20:37:02
This should be able to ref the real invalid id con
Nicolas Zea
2017/04/17 21:24:54
Done.
|
| IOSChromeSyncedTabDelegate::~IOSChromeSyncedTabDelegate() {} |