| Index: chrome/browser/chromeos/input_method/input_method_manager.cc
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_manager.cc b/chrome/browser/chromeos/input_method/input_method_manager.cc
|
| index 3729be5164320120186449205f7b91f9e3a5dead..3d431649873f40090a95d9ce5d992283280fe583 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_manager.cc
|
| +++ b/chrome/browser/chromeos/input_method/input_method_manager.cc
|
| @@ -1430,8 +1430,3 @@ InputMethodManager* InputMethodManager::GetInstance() {
|
|
|
| } // namespace input_method
|
| } // namespace chromeos
|
| -
|
| -// Allows InvokeLater without adding refcounting. This class is a Singleton and
|
| -// won't be deleted until it's last InvokeLater is run.
|
| -DISABLE_RUNNABLE_METHOD_REFCOUNT(
|
| - chromeos::input_method::InputMethodManagerImpl);
|
|
|