Index: ui/aura/window_delegate.h |
diff --git a/ui/aura/window_delegate.h b/ui/aura/window_delegate.h |
index 434dcad5036122245197bd456e73db58772857f1..644c0cee287fd8ca7607c77c833352ac24202113 100644 |
--- a/ui/aura/window_delegate.h |
+++ b/ui/aura/window_delegate.h |
@@ -94,9 +94,6 @@ class AURA_EXPORT WindowDelegate : public ui::EventHandler { |
// above returns true. |
virtual void GetHitTestMask(gfx::Path* mask) const = 0; |
- // Sent when the server requests the window to close. |
- virtual void OnRequestClose(); |
- |
protected: |
~WindowDelegate() override {} |
}; |