| Index: chromeos/ime/input_method_descriptor.h
|
| diff --git a/chromeos/ime/input_method_descriptor.h b/chromeos/ime/input_method_descriptor.h
|
| index e8845172ca9a7d7f6556a478ced0e554f22b9474..29f4f027c1da9dcd7a9fa3473240c77fecf4e28f 100644
|
| --- a/chromeos/ime/input_method_descriptor.h
|
| +++ b/chromeos/ime/input_method_descriptor.h
|
| @@ -27,9 +27,6 @@ class CHROMEOS_EXPORT InputMethodDescriptor {
|
| const std::string& options_page_url);
|
| ~InputMethodDescriptor();
|
|
|
| - bool operator==(const InputMethodDescriptor& other) const;
|
| - bool operator!=(const InputMethodDescriptor& other) const;
|
| -
|
| const std::string& id() const { return id_; }
|
| const std::string& name() const { return name_; }
|
| const std::string& keyboard_layout() const { return keyboard_layout_; }
|
|
|