| Index: ui/keyboard/keyboard.h
|
| diff --git a/ui/keyboard/keyboard.h b/ui/keyboard/keyboard.h
|
| index c47cf8cbd2e9b7c120d333b26ee9d2634418357f..a0aed8aee09faf5625cf3a8a5906f062c4f6eacb 100644
|
| --- a/ui/keyboard/keyboard.h
|
| +++ b/ui/keyboard/keyboard.h
|
| @@ -10,9 +10,8 @@
|
| namespace keyboard {
|
|
|
| // Initializes the keyboard module. This includes adding the necessary pak files
|
| -// for loading resources used in for the virtual keyboard, and registers
|
| -// a WebUIControllerFactory for creating a WebUIController necessary for the
|
| -// virtual keyboard. This becomes a no-op after the first call.
|
| +// for loading resources used in for the virtual keyboard. This becomes a no-op
|
| +// after the first call.
|
| KEYBOARD_EXPORT void InitializeKeyboard();
|
|
|
| // Resets the keyboard to an uninitialized state. Required for
|
|
|