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

Unified Diff: chrome/browser/ui/ash/chrome_shell_delegate.cc

Issue 1914793002: WIP: PointerWatcher for systray bubble (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@eventobserver
Patch Set: rebase Created 4 years, 8 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 6d60f3ebfd36683f26bb1098f581766e88995b57..ea0b0c73a0270f5c3c35710e07c8028aff7a55b5 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate.cc
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc
@@ -7,6 +7,7 @@
#include <stddef.h>
#include "ash/content/gpu_support_impl.h"
+#include "ash/pointer_watcher_delegate_aura.h"
#include "ash/session/session_state_delegate.h"
#include "ash/wm/window_state.h"
#include "ash/wm/window_util.h"
@@ -154,6 +155,11 @@ ash::ShelfDelegate* ChromeShellDelegate::CreateShelfDelegate(
return shelf_delegate_;
}
+ash::PointerWatcherDelegate*
+ChromeShellDelegate::CreatePointerWatcherDelegate() {
+ return new ash::PointerWatcherDelegateAura();
+}
+
ui::MenuModel* ChromeShellDelegate::CreateContextMenu(
ash::Shelf* shelf,
const ash::ShelfItem* item) {
« 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