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

Unified Diff: services/ui/ws/platform_display_delegate.h

Issue 2345043003: Unify mustash display closing code paths. (Closed)
Patch Set: Rebase. Created 4 years, 3 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 | « services/ui/ws/platform_display.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/platform_display_delegate.h
diff --git a/services/ui/ws/platform_display_delegate.h b/services/ui/ws/platform_display_delegate.h
index 9c92f58dd7d299aef9657462bd2d9d6adbcc076a..7daf17da384388c6c2d3dfd05f2b95349ece3cfb 100644
--- a/services/ui/ws/platform_display_delegate.h
+++ b/services/ui/ws/platform_display_delegate.h
@@ -28,9 +28,6 @@ class PlatformDisplayDelegate {
virtual bool IsInHighContrastMode() = 0;
- // Called when the window managed by the PlatformDisplay is closed.
- virtual void OnDisplayClosed() = 0;
-
// Called when an event arrives.
virtual void OnEvent(const ui::Event& event) = 0;
« no previous file with comments | « services/ui/ws/platform_display.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698