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

Unified Diff: components/exo/keyboard_delegate.h

Issue 2506263002: exo: Implement support for zcr_keyboard_configuration_v1 protocol. (Closed)
Patch Set: add one more TODO Created 4 years 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
« no previous file with comments | « components/exo/keyboard.cc ('k') | components/exo/keyboard_device_configuration_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/keyboard_delegate.h
diff --git a/components/exo/keyboard_delegate.h b/components/exo/keyboard_delegate.h
index 1969067e6d09a62e31786e8e65e41e16c18dde7c..619f56a83fcd213368bcb4d50fa048263c1db337 100644
--- a/components/exo/keyboard_delegate.h
+++ b/components/exo/keyboard_delegate.h
@@ -36,7 +36,7 @@ class KeyboardDelegate {
// Called when keyboard focus leaves a valid target surface.
virtual void OnKeyboardLeave(Surface* surface) = 0;
- // Called when pkeyboard key state changed. |pressed| is true when |key|
+ // Called when keyboard key state changed. |pressed| is true when |key|
// was pressed and false if it was released.
virtual void OnKeyboardKey(base::TimeTicks time_stamp,
ui::DomCode key,
« no previous file with comments | « components/exo/keyboard.cc ('k') | components/exo/keyboard_device_configuration_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698