| Index: chrome/browser/chromeos/input_method/input_method_util.h
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_util.h b/chrome/browser/chromeos/input_method/input_method_util.h
|
| index eea2d9e586d496e5760b0195a5b003470946bee6..faa66b879f52ebd70b61df9e7cadd108f0e4f79a 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_util.h
|
| +++ b/chrome/browser/chromeos/input_method/input_method_util.h
|
| @@ -140,6 +140,9 @@ class InputMethodUtil {
|
| // Sets the list of component extension IMEs.
|
| void SetComponentExtensions(const InputMethodDescriptors& imes);
|
|
|
| + // Initializes the extension based xkb IMEs for testing.
|
| + void InitXkbInputMethodsForTesting();
|
| +
|
| // Returns the fallback input method descriptor (the very basic US
|
| // keyboard). This function is mostly used for testing, but may be used
|
| // as the fallback, when there is no other choice.
|
| @@ -190,7 +193,7 @@ class InputMethodUtil {
|
| std::map<std::string, std::string> id_to_language_code_;
|
| InputMethodIdToDescriptorMap id_to_descriptor_;
|
| XkbIdToDescriptorMap xkb_id_to_descriptor_;
|
| - ComponentExtIMEMap component_extension_ime_id_to_descriptor_;
|
| + std::map<std::string, std::string> xkb_layout_to_indicator_;
|
|
|
| typedef base::hash_map<std::string, int> HashType;
|
| HashType english_to_resource_id_;
|
|
|