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

Unified Diff: chrome/browser/ui/ash/chrome_shell_delegate.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 | « chrome/browser/ui/ash/chrome_shell_delegate.h ('k') | components/mus/demo/mus_demo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/chrome_shell_delegate.cc
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.cc b/chrome/browser/ui/ash/chrome_shell_delegate.cc
index c58d4e6067de838aabe0588cd841d6ea5f3d07f4..1bf20008d13fab693d8d14ee18eaf275df3f3d89 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate.cc
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc
@@ -6,6 +6,7 @@
#include <stddef.h>
+#include "ash/container_delegate_aura.h"
#include "ash/content/gpu_support_impl.h"
#include "ash/pointer_watcher_delegate_aura.h"
#include "ash/session/session_state_delegate.h"
@@ -156,6 +157,11 @@ ash::ShelfDelegate* ChromeShellDelegate::CreateShelfDelegate(
return shelf_delegate_;
}
+std::unique_ptr<ash::ContainerDelegate>
+ChromeShellDelegate::CreateContainerDelegate() {
+ return base::WrapUnique(new ash::ContainerDelegateAura);
+}
+
std::unique_ptr<ash::PointerWatcherDelegate>
ChromeShellDelegate::CreatePointerWatcherDelegate() {
return base::WrapUnique(new ash::PointerWatcherDelegateAura);
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate.h ('k') | components/mus/demo/mus_demo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698