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

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

Issue 10388181: Remove virtual keyboard support from input_method_descriptor.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 8 years, 7 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 914533448dbe13d395f6d3a24476e318e0354bed..494226de299cde3e745ea06e83511ec2e192deef 100644
--- a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
+++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
@@ -117,8 +117,7 @@ InputMethodDescriptor MockInputMethodManager::GetCurrentInputMethod() const {
InputMethodDescriptor descriptor =
InputMethodDescriptor::GetFallbackInputMethodDescriptor();
if (!current_input_method_id_.empty()) {
- return InputMethodDescriptor(whitelist_,
- current_input_method_id_,
+ return InputMethodDescriptor(current_input_method_id_,
descriptor.name(),
descriptor.keyboard_layout(),
descriptor.language_code());

Powered by Google App Engine
This is Rietveld 408576698