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

Unified Diff: content/browser/bluetooth/bluetooth_metrics.cc

Issue 2771893002: Move Bluetooth.Web.FunctionCall.Count UMA from browser to WebKit (Closed)
Patch Set: address more comment Created 3 years, 9 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/browser/bluetooth/bluetooth_metrics.cc
diff --git a/content/browser/bluetooth/bluetooth_metrics.cc b/content/browser/bluetooth/bluetooth_metrics.cc
index 2569c8a7c700b7fc8f73e246d46caa219b530c9d..ff4a7e1742702532e5dd75748a045b7585d9111b 100644
--- a/content/browser/bluetooth/bluetooth_metrics.cc
+++ b/content/browser/bluetooth/bluetooth_metrics.cc
@@ -52,12 +52,6 @@ namespace content {
// General
-void RecordWebBluetoothFunctionCall(UMAWebBluetoothFunction function) {
- UMA_HISTOGRAM_ENUMERATION("Bluetooth.Web.FunctionCall.Count",
- static_cast<int>(function),
- static_cast<int>(UMAWebBluetoothFunction::COUNT));
-}
-
// requestDevice()
void RecordRequestDeviceOutcome(UMARequestDeviceOutcome outcome) {
« no previous file with comments | « content/browser/bluetooth/bluetooth_metrics.h ('k') | content/browser/bluetooth/web_bluetooth_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698