| Index: chrome/browser/win/jumplist.h
|
| diff --git a/chrome/browser/win/jumplist.h b/chrome/browser/win/jumplist.h
|
| index a174654b1e94de9cfb0181d182849b510a17d3c7..77a19e3025bfda8abd2da1ba794e5191c5a595d6 100644
|
| --- a/chrome/browser/win/jumplist.h
|
| +++ b/chrome/browser/win/jumplist.h
|
| @@ -247,6 +247,9 @@ class JumpList : public sessions::TabRestoreServiceObserver,
|
| // was too slow. Updates will be resumed when this reaches 0 again.
|
| int updates_to_skip_ = 0;
|
|
|
| + // A boolean flag indicating if a session has at least one tab closed.
|
| + bool has_tab_closed_ = false;
|
| +
|
| // Holds data that can be accessed from multiple threads.
|
| scoped_refptr<base::RefCountedData<JumpListData>> jumplist_data_;
|
|
|
|
|