summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_profile_chromeos_unittest.cc
diff options
context:
space:
mode:
authorkeybuk@chromium.org <keybuk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-23 20:00:10 +0000
committerkeybuk@chromium.org <keybuk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-23 20:00:10 +0000
commit30c80d595fcd02b6aea241a1a7efb9934e0543da (patch)
treef24df288187f610477443aba4efd45ae3b159e18 /device/bluetooth/bluetooth_profile_chromeos_unittest.cc
parent607419ad5ffcb6cda8434af8aa74c8ce8e0a5f4c (diff)
downloadchromium_src-30c80d595fcd02b6aea241a1a7efb9934e0543da.zip
chromium_src-30c80d595fcd02b6aea241a1a7efb9934e0543da.tar.gz
chromium_src-30c80d595fcd02b6aea241a1a7efb9934e0543da.tar.bz2
Bluetooth: remove enable-experimental-bluetooth flag
BUG=221813 TEST=device_unittests, verify Bluetooth options still available on Chrome OS Review URL: https://chromiumcodereview.appspot.com/15024005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201871 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/bluetooth/bluetooth_profile_chromeos_unittest.cc')
-rw-r--r--device/bluetooth/bluetooth_profile_chromeos_unittest.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/device/bluetooth/bluetooth_profile_chromeos_unittest.cc b/device/bluetooth/bluetooth_profile_chromeos_unittest.cc
index 620116c..a1d623f8 100644
--- a/device/bluetooth/bluetooth_profile_chromeos_unittest.cc
+++ b/device/bluetooth/bluetooth_profile_chromeos_unittest.cc
@@ -2,9 +2,7 @@
// 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 "chromeos/chromeos_switches.h"
#include "chromeos/dbus/fake_bluetooth_device_client.h"
#include "chromeos/dbus/fake_bluetooth_profile_manager_client.h"
#include "chromeos/dbus/fake_bluetooth_profile_service_provider.h"
@@ -40,11 +38,6 @@ class BluetoothProfileChromeOSTest : public testing::Test {
last_device_(NULL) {}
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_);