| 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 fbcdbc779b661f9e2e529c36a9a89937d5733176..bb9437516ccc4832a445c4ebdd6f0fd1cd7e2521 100644
 | 
| --- a/chrome/browser/chromeos/input_method/input_method_util.h
 | 
| +++ b/chrome/browser/chromeos/input_method/input_method_util.h
 | 
| @@ -128,9 +128,6 @@ class InputMethodUtil {
 | 
|    // Returns true if the given input method id is for a keyboard layout.
 | 
|    static bool IsKeyboardLayout(const std::string& input_method_id);
 | 
|  
 | 
| -  // Returns true if the given input method id is for an extension input method.
 | 
| -  static bool IsExtensionInputMethod(const std::string& input_method_id);
 | 
| -
 | 
|    // Converts a language code to a language display name, using the
 | 
|    // current application locale. MaybeRewriteLanguageName() is called
 | 
|    // internally.
 | 
| 
 |