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

Unified Diff: content/public/browser/web_contents_delegate.cc

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/public/browser/web_contents_delegate.cc
diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc
index 01c9c0897ea087977474a91e4ce3c0f758710243..95869a689db101b9080683ab77cea99f6ebd94b3 100644
--- a/content/public/browser/web_contents_delegate.cc
+++ b/content/public/browser/web_contents_delegate.cc
@@ -157,7 +157,8 @@ JavaScriptDialogManager* WebContentsDelegate::GetJavaScriptDialogManager(
std::unique_ptr<BluetoothChooser> WebContentsDelegate::RunBluetoothChooser(
RenderFrameHost* frame,
- const BluetoothChooser::EventHandler& event_handler) {
+ const BluetoothChooser::EventHandler& event_handler,
+ bool accept_all_devices) {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698