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

Unified Diff: content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.h

Issue 2577183002: Add UMA for the number of devices in the chooser when a device is paired (Closed)
Patch Set: fixed android build Created 4 years 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/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.h
diff --git a/content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.h b/content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.h
index 12a2eafcac3b143a69e1e250d195de5c58eff7d4..eac401c1b4c436f726a683b3e069665a6c8c51dc 100644
--- a/content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.h
+++ b/content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.h
@@ -23,7 +23,8 @@ class LayoutTestBluetoothChooserFactory {
std::unique_ptr<BluetoothChooser> RunBluetoothChooser(
RenderFrameHost* frame,
- const BluetoothChooser::EventHandler& event_handler);
+ const BluetoothChooser::EventHandler& event_handler,
+ bool accept_all_devices);
std::vector<std::string> GetAndResetEvents();

Powered by Google App Engine
This is Rietveld 408576698