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

Unified Diff: ash/mus/window_manager_observer.h

Issue 2633293005: Converts mash to use Shell (Closed)
Patch Set: feedback 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 | « ash/mus/window_manager_application.cc ('k') | ash/root_window_controller.h » ('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
deleted file mode 100644
index f49fc96dfff4cb63f49c68b7d87072c49773a188..0000000000000000000000000000000000000000
--- a/ash/mus/window_manager_observer.h
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef ASH_MUS_WINDOW_OBSERVER_H_
-#define ASH_MUS_WINDOW_OBSERVER_H_
-
-namespace ash {
-namespace mus {
-
-class RootWindowController;
-
-class WindowManagerObserver {
- public:
- // Called when the WindowTreeClient associated with the WindowManager is
- // about to be destroyed.
- virtual void OnWindowTreeClientDestroyed() {}
-
- virtual void OnRootWindowControllerAdded(RootWindowController* controller) {}
-
- protected:
- virtual ~WindowManagerObserver() {}
-};
-
-} // namespace mus
-} // namespace ash
-
-#endif // ASH_MUS_WINDOW_OBSERVER_H_
« no previous file with comments | « ash/mus/window_manager_application.cc ('k') | ash/root_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698