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

Unified Diff: ash/mus/root_windows_observer.h

Issue 2105653003: Fixes shutdown race in mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 6 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/accelerator_registrar_impl.cc ('k') | ash/mus/test/wm_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/root_windows_observer.h
diff --git a/ash/mus/root_windows_observer.h b/ash/mus/root_windows_observer.h
deleted file mode 100644
index 9ef27e5c833922289f88f70e453f2e48f3b49f8e..0000000000000000000000000000000000000000
--- a/ash/mus/root_windows_observer.h
+++ /dev/null
@@ -1,29 +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_ROOT_WINDOW_OBSERVERS_H_
-#define ASH_MUS_ROOT_WINDOW_OBSERVERS_H_
-
-namespace ash {
-namespace mus {
-
-class RootWindowController;
-
-class RootWindowsObserver {
- public:
- // Called once a new display has been created and the root Window obtained.
- virtual void OnRootWindowControllerAdded(RootWindowController* controller) {}
-
- // Called before a RootWindowController is destroyed.
- virtual void OnWillDestroyRootWindowController(
- RootWindowController* controller) {}
-
- protected:
- ~RootWindowsObserver() {}
-};
-
-} // namespace mus
-} // namespace ash
-
-#endif // ASH_MUS_ROOT_WINDOW_OBSERVERS_H_
« no previous file with comments | « ash/mus/accelerator_registrar_impl.cc ('k') | ash/mus/test/wm_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698