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

Unified Diff: chrome/browser/chromeos/input_method/candidate_window_controller.h

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 | « no previous file | chrome/browser/chromeos/input_method/candidate_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/input_method/candidate_window_controller.h
diff --git a/chrome/browser/chromeos/input_method/candidate_window_controller.h b/chrome/browser/chromeos/input_method/candidate_window_controller.h
index 2d472cd4adda2e94b19d8e6bc3bc2c0e1ca5cca5..5842057268022d4d5537427e624729adf4338e8f 100644
--- a/chrome/browser/chromeos/input_method/candidate_window_controller.h
+++ b/chrome/browser/chromeos/input_method/candidate_window_controller.h
@@ -12,6 +12,8 @@
namespace chromeos {
namespace input_method {
+class IBusController;
+
// CandidateWindowController is used for controlling the input method
// candidate window. Once the initialization is done, the controller
// starts monitoring signals sent from the the background input method
@@ -37,7 +39,8 @@ class CandidateWindowController {
// Gets an instance of CandidateWindowController. Caller has to delete the
// returned object.
- static CandidateWindowController* CreateCandidateWindowController();
+ static CandidateWindowController* CreateCandidateWindowController(
+ IBusController* controller);
};
} // namespace input_method
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/candidate_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698