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

Unified Diff: chrome/browser/chromeos/cros/mock_input_method_library.h

Issue 6902067: Add two functions for handwriting: SendHandwritingStrokes and CancelHandwriting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add DEPS for libcros, Rebase. Created 9 years, 8 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
« no previous file with comments | « chrome/browser/chromeos/cros/input_method_library.cc ('k') | tools/cros.DEPS/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/cros/mock_input_method_library.h
diff --git a/chrome/browser/chromeos/cros/mock_input_method_library.h b/chrome/browser/chromeos/cros/mock_input_method_library.h
index 9b71c20a21e6a5eaa387c864375ca11641ea5065..76743ba3f37a1d2ffc012a2a20853f633f008286 100644
--- a/chrome/browser/chromeos/cros/mock_input_method_library.h
+++ b/chrome/browser/chromeos/cros/mock_input_method_library.h
@@ -37,6 +37,8 @@ class MockInputMethodLibrary : public InputMethodLibrary {
MOCK_METHOD0(StopInputMethodDaemon, void(void));
MOCK_METHOD1(SetDeferImeStartup, void(bool));
MOCK_METHOD1(SetEnableAutoImeShutdown, void(bool));
+ MOCK_METHOD1(SendHandwritingStroke, void(const HandwritingStroke&));
+ MOCK_METHOD1(CancelHandwriting, void(int));
};
} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/cros/input_method_library.cc ('k') | tools/cros.DEPS/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698