Index: third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js |
diff --git a/third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js b/third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js |
index 6b490383203546d1f3a1542091735dcb4a61d3a7..184817f69efb4f58bb93df136376287df1d72c2c 100644 |
--- a/third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js |
+++ b/third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js |
@@ -341,12 +341,3 @@ function generateRequestDeviceArgsWithServices(services = ['heart_rate']) { |
optionalServices: ['heart_rate'] |
}]; |
} |
- |
-// Bluetooth tests sometimes have left-over state that could leak into the |
-// next test. add_result_callback which is exposed by testharness.js allows us |
-// to clean up this state after each test. Once the move to Mojo is complete |
-// we will no longer need to clean up the state manually. |
-// https://crbug.com/508771 |
-add_result_callback(() => { |
- setBluetoothFakeAdapter(''); |
-}); |