| 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;
 | 
| 
 |