| 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 6c147850e3533eba93ad0160d0ec2020e0cf5148..36ba5aba16feab95b22dc6f502abcb2d91ffb4b8 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_util.h
|
| +++ b/chrome/browser/chromeos/input_method/input_method_util.h
|
| @@ -29,11 +29,7 @@ enum InputMethodType {
|
| // A class which provides miscellaneous input method utility functions.
|
| class InputMethodUtil {
|
| public:
|
| - // |supported_input_methods| is a list of all input methods supported,
|
| - // including ones not active. The list is used to initialize member variables
|
| - // in this class.
|
| - InputMethodUtil(InputMethodDelegate* delegate,
|
| - scoped_ptr<InputMethodDescriptors> supported_input_methods);
|
| + explicit InputMethodUtil(InputMethodDelegate* delegate);
|
| ~InputMethodUtil();
|
|
|
| // Converts a string sent from IBus IME engines, which is written in English,
|
|
|