| Index: chrome/browser/sessions/tab_loader.h
|
| diff --git a/chrome/browser/sessions/tab_loader.h b/chrome/browser/sessions/tab_loader.h
|
| index c3528f3e0181fe4296275331874eac9d806fc3a1..ce79a5ef119427a079ad08ce9aead581e90df5c9 100644
|
| --- a/chrome/browser/sessions/tab_loader.h
|
| +++ b/chrome/browser/sessions/tab_loader.h
|
| @@ -125,6 +125,10 @@ class TabLoader : public content::NotificationObserver,
|
| // Stops loading tabs to purge memory by stopping to load any more tabs.
|
| void StopLoadingTabs();
|
|
|
| + // Signal the start and end of session restore to the tab manager.
|
| + static void MarkSessionRestoreStarted();
|
| + static void MarkSessionRestoreEnded();
|
| +
|
| // Limit the number of loaded tabs.
|
| // Value of 0 restores default behavior. In test mode command line flags and
|
| // free memory size are not taken into account.
|
|
|