Chromium Code Reviews| Index: components/exo/keyboard.cc |
| diff --git a/components/exo/keyboard.cc b/components/exo/keyboard.cc |
| index c651a5672bacc8a045a3c903b7f69f1dfad43077..fd261e1ec9dc0aee123cddf5def1db6844d62f5f 100644 |
| --- a/components/exo/keyboard.cc |
| +++ b/components/exo/keyboard.cc |
| @@ -221,6 +221,8 @@ void Keyboard::OnMaximizeModeStarted() { |
| OnKeyboardDeviceConfigurationChanged(); |
| } |
| +void Keyboard::OnMaximizeModeEnding() {} |
| + |
| void Keyboard::OnMaximizeModeEnded() { |
| OnKeyboardDeviceConfigurationChanged(); |
| } |