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

Unified Diff: components/proximity_auth/remote_device.cc

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/remote_device.cc
diff --git a/components/proximity_auth/remote_device.cc b/components/proximity_auth/remote_device.cc
index 925dce437a64db31fe970e02dd7111c7fee954fe..cabe7149dadf5ba183a9b7b2e8c8a3eef4fd69d5 100644
--- a/components/proximity_auth/remote_device.cc
+++ b/components/proximity_auth/remote_device.cc
@@ -6,7 +6,7 @@
namespace proximity_auth {
-RemoteDevice::RemoteDevice() {}
+RemoteDevice::RemoteDevice() : bluetooth_type(BLUETOOTH_CLASSIC) {}
RemoteDevice::RemoteDevice(const std::string& user_id,
const std::string& name,

Powered by Google App Engine
This is Rietveld 408576698