| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 2282b02040e270c412677a192d0f2560a873dfa0..2196898ed2b2177fedc25524fb6ea625418ee4d4 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -511,6 +511,9 @@ class Browser : public TabStripModelObserver,
|
| return extension_window_controller_.get();
|
| }
|
|
|
| + bool ShouldRunUnloadListenerBeforeClosing(content::WebContents* web_contents);
|
| + bool RunUnloadListenerBeforeClosing(content::WebContents* web_contents);
|
| +
|
| private:
|
| friend class BrowserTest;
|
| friend class FullscreenControllerInteractiveTest;
|
|
|