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

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

Issue 1341103004: Handle change of BLE address after pairing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ***ADDED BY MISTAKE, OMMIT *** Created 5 years, 3 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 cc6cd9d5cb21ad43b4cfe9e008f373a6053b5fd7..af668a1989c4907e889ab29f6e53355a35ffc585 100644
--- a/content/browser/bluetooth/bluetooth_dispatcher_host.h
+++ b/content/browser/bluetooth/bluetooth_dispatcher_host.h
@@ -119,12 +119,10 @@ class CONTENT_EXPORT BluetoothDispatcherHost final
const std::string& device_id);
// Callbacks for BluetoothDevice::CreateGattConnection.
- void OnGATTConnectionCreated(
- int thread_id,
- int request_id,
- const std::string& device_instance_id,
- base::TimeTicks start_time,
- scoped_ptr<device::BluetoothGattConnection> connection);
+ void OnGATTConnectionCreated(int thread_id,
+ int request_id,
+ const std::string& device_instance_id,
+ base::TimeTicks start_time);
void OnCreateGATTConnectionError(
int thread_id,
int request_id,

Powered by Google App Engine
This is Rietveld 408576698