| Index: chrome/browser/chromeos/input_method/virtual_keyboard_selector.h
|
| diff --git a/chrome/browser/chromeos/input_method/virtual_keyboard_selector.h b/chrome/browser/chromeos/input_method/virtual_keyboard_selector.h
|
| index bf6014e8a7ea3139c161209315ac6b7d849492a8..9367a23f67b4a5244d7d4199f0dbd34b56553f47 100644
|
| --- a/chrome/browser/chromeos/input_method/virtual_keyboard_selector.h
|
| +++ b/chrome/browser/chromeos/input_method/virtual_keyboard_selector.h
|
| @@ -91,6 +91,9 @@ class VirtualKeyboardSelector {
|
| // Removes the preference for the |layout| added by SetUserPreference.
|
| void RemoveUserPreference(const std::string& layout);
|
|
|
| + // Removes all preferences added by SetUserPreference.
|
| + void ClearUserPreference();
|
| +
|
| protected:
|
| // Selects and returns the most suitable virtual keyboard extension for the
|
| // |layout|. Unlike SelectVirtualKeyboard(), this function only scans
|
|
|