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

Unified Diff: content/browser/bluetooth/bluetooth_dispatcher_host.h

Issue 1271043002: bluetooth: Add histograms and logging for getPrimaryService() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-uma-connecta-gatt
Patch Set: Created 5 years, 4 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_dispatcher_host.h
diff --git a/content/browser/bluetooth/bluetooth_dispatcher_host.h b/content/browser/bluetooth/bluetooth_dispatcher_host.h
index e0c92f74df913f5549fffddee167bf7fb67d11dc..ff7775c66fbe2857a873b35a82da2a7201651fbc 100644
--- a/content/browser/bluetooth/bluetooth_dispatcher_host.h
+++ b/content/browser/bluetooth/bluetooth_dispatcher_host.h
@@ -119,7 +119,8 @@ class CONTENT_EXPORT BluetoothDispatcherHost final
void OnServicesDiscovered(int thread_id,
int request_id,
const std::string& device_instance_id,
- const std::string& service_uuid);
+ const std::string& service_uuid,
+ base::TimeTicks start_time);
// Callbacks for BluetoothGattCharacteristic::ReadRemoteCharacteristic.
void OnCharacteristicValueRead(int thread_id,

Powered by Google App Engine
This is Rietveld 408576698