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

Unified Diff: ui/aura/mus/focus_synchronizer.h

Issue 2591863004: mus: aura::Env should be destroyed last in the mus client. (Closed)
Patch Set: . Created 4 years 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
Index: ui/aura/mus/focus_synchronizer.h
diff --git a/ui/aura/mus/focus_synchronizer.h b/ui/aura/mus/focus_synchronizer.h
index 8a67a8b02ba192c6132262f8f0c582c365369bc1..f9f2ae9716d719879d5cf3d1876bbf6a3584e343 100644
--- a/ui/aura/mus/focus_synchronizer.h
+++ b/ui/aura/mus/focus_synchronizer.h
@@ -53,7 +53,6 @@ class FocusSynchronizer : public client::FocusChangeObserver,
// Overrided from EnvObserver:
void OnWindowInitialized(Window* window) override;
- void OnWillDestroyEnv() override;
void OnActiveFocusClientChanged(client::FocusClient* focus_client,
Window* window) override;

Powered by Google App Engine
This is Rietveld 408576698