Index: content/public/test/layouttest_support.h |
diff --git a/content/public/test/layouttest_support.h b/content/public/test/layouttest_support.h |
index c8ec1e5d86ad69a13fd41fd1f31464e150e2afd1..8e75dfefead4b97917abf9f153955b34e96254e0 100644 |
--- a/content/public/test/layouttest_support.h |
+++ b/content/public/test/layouttest_support.h |
@@ -93,8 +93,8 @@ |
// 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, const std::string& name); |
+// Change the bluetooth test data while running a layout test. |
+void SetBluetoothMockDataSetForTesting(const std::string& name); |
// Enables mock geofencing service while running a layout test. |
// |service_available| indicates if the mock service should mock geofencing |