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

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

Issue 23766008: Delete IBusEngineServiceImpl which is no longer used for production. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 months 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/dbus_thread_manager.cc ('k') | chromeos/dbus/ibus/ibus_engine_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/ibus/ibus_constants.h
diff --git a/chromeos/dbus/ibus/ibus_constants.h b/chromeos/dbus/ibus/ibus_constants.h
index 0f40e35f40352897c978d40d5260408f45115665..cdb9e131930df0195dcf4e4175adb63fd63c2fca 100644
--- a/chromeos/dbus/ibus/ibus_constants.h
+++ b/chromeos/dbus/ibus/ibus_constants.h
@@ -53,57 +53,6 @@ const char kServiceInterface[] = "org.freedesktop.IBus.Factory";
const char kCreateEngineMethod[] = "CreateEngine";
} // namespace engine_factory
-namespace engine {
-const char kServicePathPrefix[] = "/org/freedesktop/IBus/Engine/";
-const char kServiceInterface[] = "org.freedesktop.IBus.Engine";
-const char kFocusInMethod[] = "FocusIn";
-const char kFocusOutMethod[] = "FocusOut";
-const char kEnableMethod[] = "Enable";
-const char kDisableMethod[] = "Disable";
-const char kPropertyActivateMethod[] = "PropertyActivate";
-const char kPropertyShowMethod[] = "PropertyShow";
-const char kPropertyHideMethod[] = "PropertyHide";
-const char kSetCapabilityMethod[] = "SetCapability";
-const char kResetMethod[] = "Reset";
-const char kProcessKeyEventMethod[] = "ProcessKeyEvent";
-const char kCandidateClickedMethod[] = "CandidateClicked";
-const char kSetSurroundingTextMethod[] = "SetSurroundingText";
-const char kRegisterPropertiesSignal[] = "RegisterProperties";
-const char kUpdatePreeditSignal[] = "UpdatePreeditText";
-const char kUpdateAuxiliaryTextSignal[] = "UpdateAuxiliaryText";
-const char kUpdateLookupTableSignal[] = "UpdateLookupTable";
-const char kUpdatePropertySignal[] = "UpdateProperty";
-const char kForwardKeyEventSignal[] = "ForwardKeyEvent";
-const char kRequireSurroundingTextSignal[] = "RequireSurroundingText";
-const char kCommitTextSignal[] = "CommitText";
-const char kDeleteSurroundingTextSignal[] = "DeleteSurroundingText";
-} // namespace engine
-
-namespace panel {
-const char kServiceName[] = "org.freedesktop.IBus.Panel";
-const char kServicePath[] = "/org/freedesktop/IBus/Panel";
-const char kServiceInterface[] = "org.freedesktop.IBus.Panel";
-const char kUpdateLookupTableMethod[] = "UpdateLookupTable";
-const char kHideLookupTableMethod[] = "HideLookupTable";
-const char kUpdateAuxiliaryTextMethod[] = "UpdateAuxiliaryText";
-const char kHideAuxiliaryTextMethod[] = "HideAuxiliaryText";
-const char kUpdatePreeditTextMethod[] = "UpdatePreeditText";
-const char kHidePreeditTextMethod[] = "HidePreeditText";
-const char kRegisterPropertiesMethod[] = "RegisterProperties";
-const char kUpdatePropertyMethod[] = "UpdateProperty";
-const char kCandidateClickedSignal[] = "CandidateClicked";
-const char kCursorUpSignal[] = "CursorUp";
-const char kCursorDownSignal[] = "CursorDown";
-const char kPageUpSignal[] = "PageUp";
-const char kPageDownSignal[] = "PageDown";
-
-// Methods to be just ignored. We do not use these methods in the UI.
-// See http://crbug.com/164525.
-const char kFocusInMethod[] = "FocusIn";
-const char kFocusOutMethod[] = "FocusOut";
-const char kStateChangedMethod[] = "StateChanged";
-} // namespace panel
-
namespace config {
const char kServiceName[] = "org.freedesktop.IBus.Config";
const char kServicePath[] = "/org/freedesktop/IBus/Config";
« no previous file with comments | « chromeos/dbus/dbus_thread_manager.cc ('k') | chromeos/dbus/ibus/ibus_engine_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698