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

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

Issue 50243005: ChromeOS: Remove unused IBus classes from chromeos/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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 12536134c63390ac4fc2dd66d93573b4a809ca45..3807e0bad0ebfb125ef4716dfc0ded8f54cbd3bc 100644
--- a/chrome/browser/chromeos/input_method/input_method_engine_ibus.h
+++ b/chrome/browser/chromeos/input_method/input_method_engine_ibus.h
@@ -19,7 +19,9 @@ namespace chromeos {
class IBusComponent;
class IBusText;
+class IBusEngineFactoryService;
class IBusEngineService;
+
namespace input_method {
class CandidateWindow;
struct KeyEventHandle;
@@ -177,6 +179,9 @@ class InputMethodEngineIBus : public InputMethodEngine,
// Mapping of candidate id to index.
std::map<int, int> candidate_indexes_;
+ scoped_ptr<IBusEngineService> ibus_engine_service_;
+ scoped_ptr<IBusEngineFactoryService> ibus_engine_factory_service_;
+
// Used for making callbacks.
base::WeakPtrFactory<InputMethodEngineIBus> weak_ptr_factory_;
};

Powered by Google App Engine
This is Rietveld 408576698