| Index: chrome/browser/chromeos/input_method/mock_ibus_controller.h
|
| diff --git a/chrome/browser/chromeos/input_method/mock_ibus_controller.h b/chrome/browser/chromeos/input_method/mock_ibus_controller.h
|
| index 1339ee139a5ca6e6123ad137464649e1ff6d02be..9b1181d3ecaa8f8e931ab09fab06d3a856a7d589 100644
|
| --- a/chrome/browser/chromeos/input_method/mock_ibus_controller.h
|
| +++ b/chrome/browser/chromeos/input_method/mock_ibus_controller.h
|
| @@ -26,12 +26,6 @@ class MockIBusController : public IBusControllerBase {
|
| virtual bool Stop() OVERRIDE;
|
| virtual bool ChangeInputMethod(const std::string& id) OVERRIDE;
|
| virtual bool ActivateInputMethodProperty(const std::string& key) OVERRIDE;
|
| -#if defined(USE_VIRTUAL_KEYBOARD)
|
| - virtual void SendHandwritingStroke(const HandwritingStroke& stroke) OVERRIDE {
|
| - }
|
| - virtual void CancelHandwriting(int n_strokes) OVERRIDE {
|
| - }
|
| -#endif
|
|
|
| int start_count_;
|
| bool start_return_;
|
|
|