| Index: chrome/browser/chromeos/input_method/input_method_delegate_impl.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/input_method/input_method_delegate_impl.h (revision 173477)
|
| +++ chrome/browser/chromeos/input_method/input_method_delegate_impl.h (working copy)
|
| @@ -23,10 +23,6 @@
|
| // InputMethodDelegate implementation.
|
| virtual std::string GetHardwareKeyboardLayout() const OVERRIDE;
|
| virtual std::string GetActiveLocale() const OVERRIDE;
|
| - virtual scoped_refptr<base::SequencedTaskRunner>
|
| - GetDefaultTaskRunner() const OVERRIDE;
|
| - virtual scoped_refptr<base::SequencedTaskRunner>
|
| - GetWorkerTaskRunner() const OVERRIDE;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(InputMethodDelegateImpl);
|
|
|