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

Unified Diff: ash/aura/wm_shell_aura.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/aura/wm_shell_aura.h
diff --git a/ash/aura/wm_shell_aura.h b/ash/aura/wm_shell_aura.h
index d914e2393b16e2f25095d66416f5445169a86921..0450676798d9f509a1a011382e97c9ceb8784261 100644
--- a/ash/aura/wm_shell_aura.h
+++ b/ash/aura/wm_shell_aura.h
@@ -71,6 +71,8 @@ class ASH_EXPORT WmShellAura : public WmShell,
CreateScopedDisableInternalMouseAndKeyboard() override;
std::unique_ptr<ImmersiveFullscreenController>
CreateImmersiveFullscreenController() override;
+ std::unique_ptr<KeyEventWatcher> CreateKeyEventWatcher() override;
+
James Cook 2016/09/22 21:17:16 nit: no blank line
oshima 2016/09/23 09:37:19 Done.
void OnOverviewModeStarting() override;
void OnOverviewModeEnded() override;
SessionStateDelegate* GetSessionStateDelegate() override;

Powered by Google App Engine
This is Rietveld 408576698