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

Unified Diff: content/shell/browser/shell.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: content/shell/browser/shell.h
diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
index 545af236cba83da6714edc080e8126e19680fdb9..bd18255010878d852008da932054ce2938e0ff12 100644
--- a/content/shell/browser/shell.h
+++ b/content/shell/browser/shell.h
@@ -153,7 +153,8 @@ class Shell : public WebContentsDelegate,
WebContents* source) override;
std::unique_ptr<BluetoothChooser> RunBluetoothChooser(
RenderFrameHost* frame,
- const BluetoothChooser::EventHandler& event_handler) override;
+ const BluetoothChooser::EventHandler& event_handler,
+ bool accept_all_devices) override;
#if defined(OS_MACOSX)
void HandleKeyboardEvent(WebContents* source,
const NativeWebKeyboardEvent& event) override;

Powered by Google App Engine
This is Rietveld 408576698