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

Unified Diff: device/bluetooth/dbus/bluez_dbus_manager.h

Issue 1367663002: Add Linux support for the Bluetooth API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor_dbus
Patch Set: rebase Created 5 years, 3 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: device/bluetooth/dbus/bluez_dbus_manager.h
diff --git a/device/bluetooth/dbus/bluez_dbus_manager.h b/device/bluetooth/dbus/bluez_dbus_manager.h
index 6f75f96fbc908b446bbaefd06f5614522cb53743..d59dddba2852cf87dbaa1ca4ca4d94a4e941fc11 100644
--- a/device/bluetooth/dbus/bluez_dbus_manager.h
+++ b/device/bluetooth/dbus/bluez_dbus_manager.h
@@ -56,7 +56,7 @@ class DEVICE_BLUETOOTH_EXPORT BluezDBusManager {
// We explicitly initialize and shut down the global object, rather than
// making it a Singleton, to ensure clean startup and shutdown.
// This will initialize real or stub DBusClients depending on command-line
- // arguments and whether this process runs in a ChromeOS environment.
+ // arguments and whether this process runs in a real or test environment.
static void Initialize(dbus::Bus* bus, bool use_dbus_stub);
// Returns a BluezDBusManagerSetter instance that allows tests to
« no previous file with comments | « device/bluetooth/dbus/bluetooth_profile_service_provider.h ('k') | device/bluetooth/dbus/dbus_thread_manager_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698