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

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: Created 8 years, 1 month 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/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..ea2bb5dc40eb885da819d3aa929160a4916389b8 100644
--- a/chrome/browser/chromeos/input_method/candidate_window_controller.h
+++ b/chrome/browser/chromeos/input_method/candidate_window_controller.h
@@ -11,7 +11,7 @@
namespace chromeos {
namespace input_method {
-
+class IBusController;
satorux1 2012/11/30 05:37:34 Please add blank lines above and below the line.
Seigo Nonaka 2012/12/01 16:22:42 Done.
// 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 +37,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

Powered by Google App Engine
This is Rietveld 408576698