| Index: chrome/browser/win/jumplist.h
|
| diff --git a/chrome/browser/win/jumplist.h b/chrome/browser/win/jumplist.h
|
| index f85400e2a9cf2cb84fc659dbac83d1fe733d9365..ca6e07f72bab97e29d490913081e28a79d047ae6 100644
|
| --- a/chrome/browser/win/jumplist.h
|
| +++ b/chrome/browser/win/jumplist.h
|
| @@ -237,6 +237,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_;
|
|
|
|
|