diff options
Diffstat (limited to 'device/bluetooth/bluetooth_experimental_chromeos_unittest.cc')
-rw-r--r-- | device/bluetooth/bluetooth_experimental_chromeos_unittest.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/device/bluetooth/bluetooth_experimental_chromeos_unittest.cc b/device/bluetooth/bluetooth_experimental_chromeos_unittest.cc index 0dc3ad5..0a137c8 100644 --- a/device/bluetooth/bluetooth_experimental_chromeos_unittest.cc +++ b/device/bluetooth/bluetooth_experimental_chromeos_unittest.cc @@ -2,10 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "base/command_line.h" #include "base/message_loop.h" #include "base/utf_string_conversions.h" -#include "chromeos/chromeos_switches.h" #include "chromeos/dbus/fake_bluetooth_adapter_client.h" #include "chromeos/dbus/fake_bluetooth_device_client.h" #include "chromeos/dbus/mock_dbus_thread_manager_without_gmock.h" @@ -210,11 +208,6 @@ class TestPairingDelegate : public BluetoothDevice::PairingDelegate { class BluetoothExperimentalChromeOSTest : public testing::Test { public: virtual void SetUp() { - if (!CommandLine::ForCurrentProcess()->HasSwitch( - chromeos::switches::kEnableExperimentalBluetooth)) - CommandLine::ForCurrentProcess()->AppendSwitch( - chromeos::switches::kEnableExperimentalBluetooth); - mock_dbus_thread_manager_ = new MockDBusThreadManagerWithoutGMock(); DBusThreadManager::InitializeForTesting(mock_dbus_thread_manager_); |