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

Unified Diff: ash/container_delegate.h

Issue 2086143002: Convert TrayEventFilter to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweak 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/common/wm_shell.h ('k') | ash/container_delegate_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/container_delegate.h
diff --git a/ash/container_delegate.h b/ash/container_delegate.h
deleted file mode 100644
index d0d65c35f70bb88cf4792537a99af9804ae2e8f9..0000000000000000000000000000000000000000
--- a/ash/container_delegate.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_CONTAINER_DELEGATE_H_
-#define ASH_CONTAINER_DELEGATE_H_
-
-#include "ash/ash_export.h"
-
-namespace views {
-class Widget;
-}
-
-namespace ash {
-
-// Allows access to the window container hierarchy, which differs between
-// classic ash (where ash itself manages the hierarchy) and mus (where the
-// window manager manages the hierarchy).
-class ASH_EXPORT ContainerDelegate {
- public:
- virtual ~ContainerDelegate() {}
-
- virtual bool IsInMenuContainer(views::Widget* widget) = 0;
- virtual bool IsInStatusContainer(views::Widget* widget) = 0;
-};
-
-} // namespace ash
-
-#endif // ASH_CONTAINER_DELEGATE_H_
« no previous file with comments | « ash/common/wm_shell.h ('k') | ash/container_delegate_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698