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

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

Issue 433163005: Refactoring for InputMethodEngine and InputMethodEventRouter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: error tolerance for missing background page for key events. Created 6 years, 4 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/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 6d9a572d2151131dac933316084c549d69fd9feb..0654d6339f88a4c2f545b09cc8de0de92e39c202 100644
--- a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
+++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
@@ -100,13 +100,13 @@ void MockInputMethodManager::ActivateInputMethodMenuItem(
}
void MockInputMethodManager::AddInputMethodExtension(
- Profile* profile,
- const std::string& id,
+ const std::string& extension_id,
+ const InputMethodDescriptors& descriptors,
InputMethodEngineInterface* instance) {
}
-void MockInputMethodManager::RemoveInputMethodExtension(Profile* profile,
- const std::string& id) {
+void MockInputMethodManager::RemoveInputMethodExtension(
+ const std::string& extension_id) {
}
void MockInputMethodManager::GetInputMethodExtensions(

Powered by Google App Engine
This is Rietveld 408576698