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

Unified Diff: chrome/browser/ui/browser.h

Issue 2577183002: Add UMA for the number of devices in the chooser when a device is paired (Closed)
Patch Set: address comments 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: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index 3fe7f3b6a0bf8b1bf4f20727aa43ad46157eb50b..53e2c1d599e3851499260e40be632dcc5933a892 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -484,7 +484,8 @@ class Browser : public TabStripModelObserver,
scoped_refptr<net::X509Certificate> certificate) override;
std::unique_ptr<content::BluetoothChooser> RunBluetoothChooser(
content::RenderFrameHost* frame,
- const content::BluetoothChooser::EventHandler& event_handler) override;
+ const content::BluetoothChooser::EventHandler& event_handler,
+ bool accept_all_devices) override;
void RequestAppBannerFromDevTools(
content::WebContents* web_contents) override;

Powered by Google App Engine
This is Rietveld 408576698