Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Unified Diff: content/public/test/layouttest_support.h

Issue 1125133005: bluetooth: Move testing IPC from BluetoothDispatcher to BlinkTestRunner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
scheib 2015/05/16 01:00:35 Update to match https://codereview.chromium.org/11
ortuno 2015/05/18 17:40:17 The signature has to change twice.
// Enables mock geofencing service while running a layout test.
// |service_available| indicates if the mock service should mock geofencing

Powered by Google App Engine
This is Rietveld 408576698