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

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

Issue 1102473003: Unlock Chrome when a phone with Smart Lock service is found. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_screen_lock
Patch Set: Prepare for review Created 5 years, 8 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_finder.h
diff --git a/components/proximity_auth/ble/bluetooth_low_energy_connection_finder.h b/components/proximity_auth/ble/bluetooth_low_energy_connection_finder.h
index 618a502aaf2bd23bdd90b794d7fb7a1b41096346..47c57279da2e3c37566cce3df8270825b333e35e 100644
--- a/components/proximity_auth/ble/bluetooth_low_energy_connection_finder.h
+++ b/components/proximity_auth/ble/bluetooth_low_energy_connection_finder.h
@@ -29,7 +29,7 @@ class BluetoothLowEnergyConnectionFinder
BluetoothLowEnergyConnectionFinder(const std::string& remote_service_uuid);
~BluetoothLowEnergyConnectionFinder() override;
- // Finds a connection the remote device, only the first one is functional.
+ // Finds a connection to the remote device. Only the first one is functional.
void Find(const device::BluetoothDevice::GattConnectionCallback&
connection_callback);
void Find(const ConnectionCallback& connection_callback) override;

Powered by Google App Engine
This is Rietveld 408576698