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

Unified Diff: chrome/browser/ui/webui/settings/chromeos/device_keyboard_handler.h

Issue 1961133004: MD Settings: Add remaining buttons to keyboard subpage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: closure 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
Index: chrome/browser/ui/webui/settings/chromeos/device_keyboard_handler.h
diff --git a/chrome/browser/ui/webui/settings/chromeos/device_keyboard_handler.h b/chrome/browser/ui/webui/settings/chromeos/device_keyboard_handler.h
index e8ce39e2d4ef81111fc09a4000fb788949480277..55d02ac0a72fc1bcdb5a686c3469535b2122f4bc 100644
--- a/chrome/browser/ui/webui/settings/chromeos/device_keyboard_handler.h
+++ b/chrome/browser/ui/webui/settings/chromeos/device_keyboard_handler.h
@@ -40,6 +40,9 @@ class KeyboardHandler
// Initializes the page with the current keyboard information.
void HandleInitialize(const base::ListValue* args);
+ // Shows the Ash keyboard shortcuts overlay.
+ void HandleShowKeyboardShortcutsOverlay(const base::ListValue* args) const;
+
// Shows or hides the Caps Lock and Diamond key settings based on whether the
// system status.
void UpdateShowKeys() const;

Powered by Google App Engine
This is Rietveld 408576698