| 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 9da69d92d5f4d33191f3d79c2e7584169cb9db87..357a868cf8c583e2f98a1e94b883abb0c9a31925 100644
|
| --- a/chrome/browser/chromeos/input_method/virtual_keyboard_selector.h
|
| +++ b/chrome/browser/chromeos/input_method/virtual_keyboard_selector.h
|
| @@ -92,6 +92,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 ClearAllUserPreferences();
|
| +
|
| protected:
|
| // Selects and returns the most suitable virtual keyboard extension for the
|
| // |layout|. Unlike SelectVirtualKeyboard(), this function only scans
|
|
|