diff options
Diffstat (limited to 'chrome/browser/navigation_controller.h')
-rw-r--r-- | chrome/browser/navigation_controller.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/navigation_controller.h b/chrome/browser/navigation_controller.h index 7c3c387..c2c517d 100644 --- a/chrome/browser/navigation_controller.h +++ b/chrome/browser/navigation_controller.h @@ -324,6 +324,10 @@ class NavigationController { NavigationEntry* CreateNavigationEntry(const GURL& url, PageTransition::Type transition); + // Invokes ScheduleTabContentsCollection for all TabContents but the active + // one. + void ScheduleTabContentsCollectionForInactiveTabs(); + // Schedule the TabContents currently allocated for |tc| for collection. // The TabContents will be destroyed later from a different event. void ScheduleTabContentsCollection(TabContentsType t); |