Index: chrome/browser/ui/cocoa/constrained_window/constrained_window_mac.h |
diff --git a/chrome/browser/ui/cocoa/constrained_window/constrained_window_mac.h b/chrome/browser/ui/cocoa/constrained_window/constrained_window_mac.h |
index 73202e80aada2ae0b0aa325f5f0b39acb0de642d..d6f071502cde9ff3d85394b21291c52309cf2fbd 100644 |
--- a/chrome/browser/ui/cocoa/constrained_window/constrained_window_mac.h |
+++ b/chrome/browser/ui/cocoa/constrained_window/constrained_window_mac.h |
@@ -41,6 +41,8 @@ class ConstrainedWindowMac { |
void PulseWebContentsModalDialog(); |
web_modal::NativeWebContentsModalDialog GetNativeDialog(); |
+ void SetPreventCloseOnLoadStart(bool prevent); |
+ |
private: |
// Gets the parent window of the dialog. |
NSWindow* GetParentWindow() const; |