Index: content/public/test/layouttest_support.h |
diff --git a/content/public/test/layouttest_support.h b/content/public/test/layouttest_support.h |
index 7a6a27e86cc4752ba7619cdfbad1b7adeb8a5224..ea3460a52e68cc1de663b3286670c7f18b99bf04 100644 |
--- a/content/public/test/layouttest_support.h |
+++ b/content/public/test/layouttest_support.h |
@@ -119,9 +119,8 @@ float GetWindowToViewportScale(RenderView* render_view); |
// Set the device color profile associated with the profile |name|. |
void SetDeviceColorProfile(RenderView* render_view, const std::string& name); |
-// Change the bluetooth test adapter while running a layout test. |
-void SetBluetoothAdapter(int render_process_id, |
- scoped_refptr<device::BluetoothAdapter> adapter); |
+// Sets the scan duration to 0. |
+void SetTestBluetoothScanDuration(); |
// Enables or disables synchronous resize mode. When enabled, all window-sizing |
// machinery is short-circuited inside the renderer. This mode is necessary for |