| Index: chrome/browser/sessions/tab_restore_service.h
|
| diff --git a/chrome/browser/sessions/tab_restore_service.h b/chrome/browser/sessions/tab_restore_service.h
|
| index f5675549bbd5d016acdbb7ef84863078b202c2a2..451817041f18a501116540048bc045b7aa30df93 100644
|
| --- a/chrome/browser/sessions/tab_restore_service.h
|
| +++ b/chrome/browser/sessions/tab_restore_service.h
|
| @@ -180,6 +180,9 @@ class TabRestoreService : public BaseSessionService {
|
| // from the previous session have already been loaded.
|
| void LoadTabsFromLastSession();
|
|
|
| + // Returns true if the tab entries have been loaded.
|
| + bool IsLoaded() const;
|
| +
|
| // Max number of entries we'll keep around.
|
| static const size_t kMaxEntries;
|
|
|
|
|