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