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

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

Issue 68503002: Delete IBusComponent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 7 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/input_method_engine_ibus.cc » ('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_engine_ibus.h
diff --git a/chrome/browser/chromeos/input_method/input_method_engine_ibus.h b/chrome/browser/chromeos/input_method/input_method_engine_ibus.h
index c8adb111a85795885d5b67f566b18296c1e134fe..3c8b8caa0cca1c27454ce28c937ac75ccb1f774d 100644
--- a/chrome/browser/chromeos/input_method/input_method_engine_ibus.h
+++ b/chrome/browser/chromeos/input_method/input_method_engine_ibus.h
@@ -14,7 +14,6 @@
namespace chromeos {
-class IBusComponent;
class IBusText;
class IBusEngineFactoryService;
@@ -151,9 +150,6 @@ class InputMethodEngineIBus : public InputMethodEngine,
scoped_ptr<IBusText> preedit_text_;
int preedit_cursor_;
- // The current engine component.
- scoped_ptr<IBusComponent> component_;
-
// The current candidate window.
scoped_ptr<input_method::CandidateWindow> candidate_window_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/input_method_engine_ibus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698