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

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

Issue 11280159: Remove ibus dependency from PanelService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 8 years 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
« no previous file with comments | « chrome/browser/chromeos/input_method/ibus_ui_controller_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3d4c69b1857b9c768800051fd0fb7c1910a6f47a..661d732df0ccb7ecc17b5983e05e1a3b8ff22be3 100644
--- a/chrome/browser/chromeos/input_method/input_method_manager_impl.cc
+++ b/chrome/browser/chromeos/input_method/input_method_manager_impl.cc
@@ -668,7 +668,8 @@ void InputMethodManagerImpl::MaybeInitializeCandidateWindowController() {
return;
candidate_window_controller_.reset(
- CandidateWindowController::CreateCandidateWindowController());
+ CandidateWindowController::CreateCandidateWindowController(
+ ibus_controller_.get()));
if (candidate_window_controller_->Init())
candidate_window_controller_->AddObserver(this);
else
« no previous file with comments | « chrome/browser/chromeos/input_method/ibus_ui_controller_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698