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

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

Issue 2059543002: bluetooth: Move FactoryWrapper to device and expose a function for testing in chooser controller (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Remove code from client interface Created 4 years, 5 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 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698