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

Unified Diff: chromeos/dbus/ibus/ibus_engine_factory_service.h

Issue 50243005: ChromeOS: Remove unused IBus classes from chromeos/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « chromeos/dbus/ibus/ibus_client_unittest.cc ('k') | chromeos/dbus/ibus/ibus_engine_factory_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/ibus/ibus_engine_factory_service.h
diff --git a/chromeos/dbus/ibus/ibus_engine_factory_service.h b/chromeos/dbus/ibus/ibus_engine_factory_service.h
index 248b64a83d0e080cef36baafecd57271db1686a7..868be1a00a2f4131626d202fc6cdc5a4a4582942 100644
--- a/chromeos/dbus/ibus/ibus_engine_factory_service.h
+++ b/chromeos/dbus/ibus/ibus_engine_factory_service.h
@@ -9,7 +9,6 @@
#include "base/bind.h"
#include "base/callback.h"
#include "chromeos/chromeos_export.h"
-#include "chromeos/dbus/dbus_client_implementation_type.h"
namespace dbus {
class Bus;
@@ -45,9 +44,7 @@ class CHROMEOS_EXPORT IBusEngineFactoryService {
// Factory function, creates a new instance and returns ownership.
// For normal usage, accesses the singleton via DBusThreadManager::Get().
- static CHROMEOS_EXPORT IBusEngineFactoryService* Create(
- dbus::Bus* bus,
- DBusClientImplementationType type);
+ static CHROMEOS_EXPORT IBusEngineFactoryService* Create();
protected:
// Create() should be used instead.
« no previous file with comments | « chromeos/dbus/ibus/ibus_client_unittest.cc ('k') | chromeos/dbus/ibus/ibus_engine_factory_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698