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

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

Issue 119133003: Make InputMethodEngine manage its descriptor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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 016db709190025cbd16359f36fa827a9765dea20..4bc60775a3ebfe7b294324c102b7d44a31f218a7 100644
--- a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
+++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
@@ -84,11 +84,6 @@ void MockInputMethodManager::ActivateInputMethodProperty(
void MockInputMethodManager::AddInputMethodExtension(
const std::string& id,
- const std::string& name,
- const std::vector<std::string>& layouts,
- const std::vector<std::string>& languages,
- const GURL& options_url,
- const GURL& inputview_url,
InputMethodEngineInterface* instance) {
}

Powered by Google App Engine
This is Rietveld 408576698