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

Unified Diff: ash/mus/window_manager_observer.h

Issue 2350953009: Centralizes more shared code between ash and mash (Closed)
Patch Set: feedback 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 | « ash/mus/window_manager.cc ('k') | ash/mus/workspace/workspace_layout_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/window_manager_observer.h
diff --git a/ash/mus/window_manager_observer.h b/ash/mus/window_manager_observer.h
index e5c5070bb6b5c75b9e3335bbddd0f6d06bb236f6..f49fc96dfff4cb63f49c68b7d87072c49773a188 100644
--- a/ash/mus/window_manager_observer.h
+++ b/ash/mus/window_manager_observer.h
@@ -17,8 +17,6 @@ class WindowManagerObserver {
virtual void OnWindowTreeClientDestroyed() {}
virtual void OnRootWindowControllerAdded(RootWindowController* controller) {}
- virtual void OnWillDestroyRootWindowController(
- RootWindowController* controller) {}
protected:
virtual ~WindowManagerObserver() {}
« no previous file with comments | « ash/mus/window_manager.cc ('k') | ash/mus/workspace/workspace_layout_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698