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

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

Issue 10399046: Remove virtual keyboard support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: final rebase 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/input_method_manager_impl.cc
diff --git a/chrome/browser/chromeos/input_method/input_method_manager_impl.cc b/chrome/browser/chromeos/input_method/input_method_manager_impl.cc
index f5e00bbccd8eabbf9e4312fab870031a35c1dc29..c9eacb8be74e00f0f4ac82afa53e7d12740464e1 100644
--- a/chrome/browser/chromeos/input_method/input_method_manager_impl.cc
+++ b/chrome/browser/chromeos/input_method/input_method_manager_impl.cc
@@ -581,7 +581,6 @@ bool InputMethodManagerImpl::ContainOnlyKeyboardLayout(
}
void InputMethodManagerImpl::MaybeInitializeCandidateWindowController() {
-#if !defined(USE_VIRTUAL_KEYBOARD)
if (candidate_window_controller_.get())
return;
@@ -591,7 +590,6 @@ void InputMethodManagerImpl::MaybeInitializeCandidateWindowController() {
candidate_window_controller_->AddObserver(this);
else
DVLOG(1) << "Failed to initialize the candidate window controller";
-#endif
}
// static

Powered by Google App Engine
This is Rietveld 408576698