| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 6456ee54ab6dfef47d80e00f2467aa620f240401..208fd62605aa97704d842567c907260274af0790 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -513,6 +513,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;
|
|
|