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

Unified Diff: ash/accelerators/accelerator_controller.cc

Issue 10377114: Remove some more OS_CHROMEOS from browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
Index: ash/accelerators/accelerator_controller.cc
===================================================================
--- ash/accelerators/accelerator_controller.cc (revision 137127)
+++ ash/accelerators/accelerator_controller.cc (working copy)
@@ -356,6 +356,9 @@
if (shell->tray())
return shell->focus_cycler()->FocusWidget(shell->tray()->GetWidget());
break;
+ case SHOW_KEYBOARD_OVERLAY:
+ ash::Shell::GetInstance()->delegate()->ShowKeyboardOverlay(this);
+ break;
case SHOW_OAK:
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches::kAshEnableOak)) {
« no previous file with comments | « no previous file | ash/accelerators/accelerator_table.h » ('j') | chrome/browser/ui/views/keyboard_overlay_dialog_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698