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

Unified Diff: ash/common/wm_shell.h

Issue 2330403002: Do not activate system tray bubble by default (Closed)
Patch Set: Do not activate system tray bubble Created 4 years, 3 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
Index: ash/common/wm_shell.h
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
index 08c83d483dc145c5a5a469ce1ac8127eaa891767..0a09d084b1a5a2e6a8ebff1d85b1b30003dbf6cc 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -47,6 +47,7 @@ class BrightnessControlDelegate;
class FocusCycler;
class ImmersiveContextAsh;
class ImmersiveFullscreenController;
+class KeyEventWatcher;
class KeyboardBrightnessControlDelegate;
class KeyboardUI;
class MaximizeModeController;
@@ -308,6 +309,8 @@ class ASH_EXPORT WmShell {
virtual std::unique_ptr<ImmersiveFullscreenController>
CreateImmersiveFullscreenController() = 0;
+ virtual std::unique_ptr<KeyEventWatcher> CreateKeyEventWatcher() = 0;
+
void CreateShelfDelegate();
// Called after maximize mode has started, windows might still animate though.

Powered by Google App Engine
This is Rietveld 408576698