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

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

Issue 10704118: Clean Up: Gather ibus constants to ibus_constants.h (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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
Index: chromeos/dbus/ibus/ibus_constants.h
diff --git a/chromeos/dbus/ibus/ibus_constants.h b/chromeos/dbus/ibus/ibus_constants.h
deleted file mode 100644
index dceab68443e86e530103d506ab1510e75279c7c7..0000000000000000000000000000000000000000
--- a/chromeos/dbus/ibus/ibus_constants.h
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROMEOS_DBUS_IBUS_IBUS_CONST_H_
-#define CHROMEOS_DBUS_IBUS_IBUS_CONST_H_
-
-namespace chromeos {
-
-const char kIBusServiceName[] = "org.freedesktop.IBus";
-const char kIBusServicePath[] = "/org/freedesktop/IBus";
-const char kIBusServiceInterface[] = "org.freedesktop.IBus";
-
-const char kIBusBusCreateInputContextMethod[] = "CreateInputContext";
-
-} // namespace chromeos
-
-#endif // CHROMEOS_DBUS_IBUS_IBUS_CONST_H_

Powered by Google App Engine
This is Rietveld 408576698