Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: chrome/browser/chromeos/input_method/ibus_controller_impl.h

Issue 10399046: Remove virtual keyboard support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: final rebase Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/input_method/ibus_controller_impl.h
diff --git a/chrome/browser/chromeos/input_method/ibus_controller_impl.h b/chrome/browser/chromeos/input_method/ibus_controller_impl.h
index 157fddd132cb4e3ecf64890b1374e0dbeb13a4d0..fecc31d8adab1e467e0293db3f6795867c8cb94c 100644
--- a/chrome/browser/chromeos/input_method/ibus_controller_impl.h
+++ b/chrome/browser/chromeos/input_method/ibus_controller_impl.h
@@ -49,10 +49,6 @@ class IBusControllerImpl : 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
// Calls <anonymous_namespace>::FindAndUpdateProperty. This method is just for
// unit testing.

Powered by Google App Engine
This is Rietveld 408576698