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

Unified Diff: chrome/browser/chromeos/input_method/mock_input_method_manager.cc

Issue 10829065: Remove InputMethodManager::EnableHotkeys() and DisableHotkeys(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/input_method/mock_input_method_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/input_method/mock_input_method_manager.cc
diff --git a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
index b3424ba8911cf319d2fd6fa3799a02596b95ba43..c042daa04abb32dd33e513cafccccb06dc4f3c3b 100644
--- a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
+++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
@@ -94,12 +94,6 @@ void MockInputMethodManager::AddInputMethodExtension(
void MockInputMethodManager::RemoveInputMethodExtension(const std::string& id) {
}
-void MockInputMethodManager::EnableHotkeys() {
-}
-
-void MockInputMethodManager::DisableHotkeys() {
-}
-
bool MockInputMethodManager::SwitchToNextInputMethod() {
return true;
}
« no previous file with comments | « chrome/browser/chromeos/input_method/mock_input_method_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698