| 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_
|
|
|