| Index: ash/wm/workspace/backdrop_delegate.h
|
| diff --git a/ash/wm/workspace/backdrop_delegate.h b/ash/wm/workspace/backdrop_delegate.h
|
| deleted file mode 100644
|
| index 6a7dca161a83855813d15562f7ed0b877ff8fa82..0000000000000000000000000000000000000000
|
| --- a/ash/wm/workspace/backdrop_delegate.h
|
| +++ /dev/null
|
| @@ -1,28 +0,0 @@
|
| -// Copyright 2014 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_WM_WORKSPACE_WORKSPACE_LAYOUT_MANAGER_BACKDROP_DELEGATE_H_
|
| -#define ASH_WM_WORKSPACE_WORKSPACE_LAYOUT_MANAGER_BACKDROP_DELEGATE_H_
|
| -
|
| -#include "ash/ash_export.h"
|
| -
|
| -namespace aura {
|
| -class Window;
|
| -}
|
| -
|
| -namespace ash {
|
| -
|
| -// A delegate which can be set to create and control a backdrop which gets
|
| -// placed below the top level window.
|
| -class ASH_EXPORT BackdropDelegate {
|
| - public:
|
| - virtual ~BackdropDelegate() {}
|
| -
|
| - // A window got added to the layout.
|
| - virtual bool HasBackdrop(aura::Window* window) = 0;
|
| -};
|
| -
|
| -} // namespace ash
|
| -
|
| -#endif // ASH_WM_WORKSPACE_WORKSPACE_LAYOUT_MANAGER_BACKDROP_DELEGATE_H_
|
|
|