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

Unified Diff: components/proximity_auth/ble/bluetooth_low_energy_connection.h

Issue 1372283002: Hook up ProximityAuthSystem in EasyUnlockService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth_connection
Patch Set: remove log 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: components/proximity_auth/ble/bluetooth_low_energy_connection.h
diff --git a/components/proximity_auth/ble/bluetooth_low_energy_connection.h b/components/proximity_auth/ble/bluetooth_low_energy_connection.h
index b316f64114a2baad1c16cb3bb4e873696d341da1..916f157fe047ee5b9a06228e28efbccb2ffb12e6 100644
--- a/components/proximity_auth/ble/bluetooth_low_energy_connection.h
+++ b/components/proximity_auth/ble/bluetooth_low_energy_connection.h
@@ -219,9 +219,6 @@ class BluetoothLowEnergyConnection : public Connection,
const std::vector<uint8>& bytes,
bool is_last_message_for_wire_message);
- // Clears |write_requests_queue_|.
- void ClearWriteRequestsQueue();
-
// Prints the time elapsed since |Connect()| was called.
void PrintTimeElapsed();

Powered by Google App Engine
This is Rietveld 408576698