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

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

Issue 10907196: Add the ability to filter out extension IMEs from the language settings page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix mock input manager Created 8 years, 3 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 a0adad72b99699147c854c121271dace15737a7a..05b605c3525a4bc5ed4f9f3bd95a66211c609817 100644
--- a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
+++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
@@ -95,6 +95,14 @@ void MockInputMethodManager::AddInputMethodExtension(
void MockInputMethodManager::RemoveInputMethodExtension(const std::string& id) {
}
+void MockInputMethodManager::GetInputMethodExtensions(
+ InputMethodDescriptors* result) {
+}
+
+void MockInputMethodManager::SetFilteredExtensionImes(
+ std::vector<std::string>* ids) {
+}
+
bool MockInputMethodManager::SwitchToNextInputMethod() {
return true;
}
« no previous file with comments | « chrome/browser/chromeos/input_method/mock_input_method_manager.h ('k') | chrome/browser/chromeos/preferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698