Index: ui/views/widget/native_widget_mac.h |
diff --git a/ui/views/widget/native_widget_mac.h b/ui/views/widget/native_widget_mac.h |
index 9ee685581e48d82f980780ec1c04c217799dc644..00827babb794f95d5629b43f8ddb6bf2bd355432 100644 |
--- a/ui/views/widget/native_widget_mac.h |
+++ b/ui/views/widget/native_widget_mac.h |
@@ -33,10 +33,6 @@ class VIEWS_EXPORT NativeWidgetMac : public internal::NativeWidgetPrivate { |
static BridgedNativeWidget* GetBridgeForNativeWindow( |
gfx::NativeWindow window); |
- // Return true if the delegate's modal type is window-modal. These display as |
- // a native window "sheet", and have a different lifetime to regular windows. |
- bool IsWindowModalSheet() const; |
- |
// Deletes |bridge_| and informs |delegate_| that the native widget is |
// destroyed. This is usually called from the NSWindowDelegate. |
void OnWindowWillClose(); |