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

Unified Diff: components/exo/keyboard.h

Issue 2567903003: exo: Produce an error if get_keyboard_device_configuration is called with a keyboard object that al… (Closed)
Patch Set: rebase 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 | « no previous file | components/exo/keyboard.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/keyboard.h
diff --git a/components/exo/keyboard.h b/components/exo/keyboard.h
index 7e86dcec27beb837c6fde6352f076a78ad6f2cbe..b56834fca6c09f088a2cfb7f56ac86e5989a005e 100644
--- a/components/exo/keyboard.h
+++ b/components/exo/keyboard.h
@@ -33,6 +33,7 @@ class Keyboard : public ui::EventHandler,
explicit Keyboard(KeyboardDelegate* delegate);
~Keyboard() override;
+ bool HasDeviceConfigurationDelegate() const;
void SetDeviceConfigurationDelegate(
KeyboardDeviceConfigurationDelegate* delegate);
« no previous file with comments | « no previous file | components/exo/keyboard.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698