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

Unified Diff: components/proximity_auth/remote_device.h

Issue 585743004: [Easy Unlock] Port the BluetoothConnection class to native code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use the Connect() utility function in more places Created 6 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.h
diff --git a/components/proximity_auth/remote_device.h b/components/proximity_auth/remote_device.h
index 354b6b8598e704877ed9bf37aef280b2a74ec488..b36c61671f2a0e86fb3e29d0ca0dc99a91da3aea 100644
--- a/components/proximity_auth/remote_device.h
+++ b/components/proximity_auth/remote_device.h
@@ -12,6 +12,7 @@ namespace proximity_auth {
struct RemoteDevice {
std::string name;
+ std::string bluetooth_address;
};
} // namespace proximity_auth

Powered by Google App Engine
This is Rietveld 408576698