| Index: content/public/test/layouttest_support.h
|
| diff --git a/content/public/test/layouttest_support.h b/content/public/test/layouttest_support.h
|
| index 8e75dfefead4b97917abf9f153955b34e96254e0..c8ec1e5d86ad69a13fd41fd1f31464e150e2afd1 100644
|
| --- a/content/public/test/layouttest_support.h
|
| +++ b/content/public/test/layouttest_support.h
|
| @@ -93,8 +93,8 @@ void SetDeviceScaleFactor(RenderView* render_view, float factor);
|
| // Set the device color profile associated with the profile |name|.
|
| void SetDeviceColorProfile(RenderView* render_view, const std::string& name);
|
|
|
| -// Change the bluetooth test data while running a layout test.
|
| -void SetBluetoothMockDataSetForTesting(const std::string& name);
|
| +// Change the bluetooth test adapter while running a layout test.
|
| +void SetBluetoothAdapter(int render_process_id, const std::string& name);
|
|
|
| // Enables mock geofencing service while running a layout test.
|
| // |service_available| indicates if the mock service should mock geofencing
|
|
|