Index: chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc |
diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc b/chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc |
index 92ad35096023e02c35ccb8d146a4d3a147a3e4bf..0c5019180caf27e911974e7cb643a5511c9fbc3c 100644 |
--- a/chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc |
+++ b/chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc |
@@ -12,7 +12,6 @@ |
#include "chrome/browser/extensions/extension_service.h" |
#include "chrome/browser/extensions/extension_test_message_listener.h" |
#include "chrome/browser/ui/browser.h" |
-#include "chrome/common/chrome_switches.h" |
#include "chrome/test/base/ui_test_utils.h" |
#include "device/bluetooth/bluetooth_adapter.h" |
#include "device/bluetooth/bluetooth_out_of_band_pairing_data.h" |
@@ -43,11 +42,6 @@ class BluetoothApiTest : public ExtensionApiTest { |
public: |
BluetoothApiTest() : empty_extension_(utils::CreateEmptyExtension()) {} |
- virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { |
- ExtensionApiTest::SetUpCommandLine(command_line); |
- command_line->AppendSwitch(switches::kEnableExperimentalExtensionApis); |
- } |
- |
virtual void SetUpOnMainThread() OVERRIDE { |
SetUpMockAdapter(); |
profile1_.reset(new testing::NiceMock<MockBluetoothProfile>()); |