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

Unified Diff: ash/mus/shell_delegate_mus.cc

Issue 1949823002: WIP: Eliminate event.target() usage from TrayEventFilter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: container delegate Created 4 years, 7 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/shell_delegate_mus.h ('k') | ash/pointer_watcher_delegate_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/shell_delegate_mus.cc
diff --git a/ash/mus/shell_delegate_mus.cc b/ash/mus/shell_delegate_mus.cc
index 654c9cc109c79b31137b4a90abc58ea72a359cba..eeefb2b044c77b50d759cf574ba4684c2d3c7210 100644
--- a/ash/mus/shell_delegate_mus.cc
+++ b/ash/mus/shell_delegate_mus.cc
@@ -9,6 +9,7 @@
#include "ash/gpu_support_stub.h"
#include "ash/media_delegate.h"
#include "ash/mus/app_list_presenter_mus.h"
+#include "ash/mus/container_delegate_mus.h"
#include "ash/mus/context_menu_mus.h"
#include "ash/mus/pointer_watcher_delegate_mus.h"
#include "ash/mus/shelf_delegate_mus.h"
@@ -208,6 +209,11 @@ MediaDelegate* ShellDelegateMus::CreateMediaDelegate() {
return new MediaDelegateStub;
}
+std::unique_ptr<ContainerDelegate>
+ShellDelegateMus::CreateContainerDelegate() {
+ return base::WrapUnique(new ContainerDelegateMus);
+}
+
std::unique_ptr<PointerWatcherDelegate>
ShellDelegateMus::CreatePointerWatcherDelegate() {
return base::WrapUnique(new PointerWatcherDelegateMus);
« no previous file with comments | « ash/mus/shell_delegate_mus.h ('k') | ash/pointer_watcher_delegate_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698