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

Unified Diff: ash/shell_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/shell/shell_delegate_impl.cc ('k') | ash/system/tray/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_delegate.h
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index 84134ca74f52c36320af08e60412a054bddcd67e..b8da2d511d5a8702c1809fdb8fac655faea207bb 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -38,7 +38,6 @@ class Widget;
namespace ash {
class AccessibilityDelegate;
-class ContainerDelegate;
class GPUSupport;
class MediaDelegate;
class NewWindowDelegate;
@@ -145,8 +144,6 @@ class ASH_EXPORT ShellDelegate {
virtual std::unique_ptr<PointerWatcherDelegate>
CreatePointerWatcherDelegate() = 0;
- virtual std::unique_ptr<ContainerDelegate> CreateContainerDelegate() = 0;
-
// Creates a menu model for the |wm_shelf| and optional shelf |item|.
// If |item| is null, this creates a context menu for the desktop or shelf.
virtual ui::MenuModel* CreateContextMenu(WmShelf* wm_shelf,
« no previous file with comments | « ash/shell/shell_delegate_impl.cc ('k') | ash/system/tray/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698