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

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

Issue 2577963006: Revert of Converts chrome to aura-mus (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
« no previous file with comments | « services/ui/ws/window_tree.cc ('k') | ui/aura/mus/focus_synchronizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..db2556d76155f0e1cdb8000f5a0ab6af217f901a 100644
--- a/ui/aura/mus/focus_synchronizer.h
+++ b/ui/aura/mus/focus_synchronizer.h
@@ -17,7 +17,6 @@
namespace aura {
-class Env;
class FocusSynchronizerDelegate;
class WindowMus;
@@ -53,7 +52,6 @@
// Overrided from EnvObserver:
void OnWindowInitialized(Window* window) override;
- void OnWillDestroyEnv() override;
void OnActiveFocusClientChanged(client::FocusClient* focus_client,
Window* window) override;
@@ -66,9 +64,6 @@
WindowMus* window_setting_focus_to_ = nullptr;
WindowMus* focused_window_ = nullptr;
- // Cached so we can detect if Env is destroyed before us.
- Env* env_;
-
DISALLOW_COPY_AND_ASSIGN(FocusSynchronizer);
};
« no previous file with comments | « services/ui/ws/window_tree.cc ('k') | ui/aura/mus/focus_synchronizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698