| Index: chrome/browser/memory/tab_manager.h
|
| diff --git a/chrome/browser/memory/tab_manager.h b/chrome/browser/memory/tab_manager.h
|
| index e681782791bfda6063401bb0f54e6c55ecca55f1..9dc86df35fb7da85d33e17f02a3eae04f168d72e 100644
|
| --- a/chrome/browser/memory/tab_manager.h
|
| +++ b/chrome/browser/memory/tab_manager.h
|
| @@ -147,6 +147,9 @@ class TabManager : public TabStripModelObserver {
|
| // Sets/clears the auto-discardable state of the tab.
|
| void SetTabAutoDiscardableState(content::WebContents* contents, bool state);
|
|
|
| + // Returns true when a given renderer can suspend when it is backgrounded.
|
| + bool CanSuspendBackgroundedRenderer(int render_process_id);
|
| +
|
| // Returns true if |first| is considered less desirable to be killed than
|
| // |second|.
|
| static bool CompareTabStats(const TabStats& first, const TabStats& second);
|
|
|