Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(542)

Unified Diff: ui/aura/window_delegate.h

Issue 2613963002: Remove WindowDelegate::OnRequestClose(). (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/aura/window_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {}
};
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/aura/window_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698