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

Unified Diff: components/proximity_auth/cryptauth/cryptauth_device_manager.h

Issue 1264703003: Implement debugging local unlock keys in chrome://proximity-auth. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + fixes Created 5 years, 5 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/cryptauth/cryptauth_device_manager.h
diff --git a/components/proximity_auth/cryptauth/cryptauth_device_manager.h b/components/proximity_auth/cryptauth/cryptauth_device_manager.h
index ea16cd0ab992d4a1798c8878d1f692a8ccd4d8ab..0c615712a1a6a99975440fdc676eeb7f3243b606 100644
--- a/components/proximity_auth/cryptauth/cryptauth_device_manager.h
+++ b/components/proximity_auth/cryptauth/cryptauth_device_manager.h
@@ -104,7 +104,7 @@ class CryptAuthDeviceManager : public SyncScheduler::Delegate,
bool IsRecoveringFromFailure() const;
// Returns a list of remote devices that can unlock the user's other devices.
- const std::vector<cryptauth::ExternalDeviceInfo>& unlock_keys() {
+ const std::vector<cryptauth::ExternalDeviceInfo>& unlock_keys() const {
return unlock_keys_;
}
« no previous file with comments | « components/proximity_auth/connection.h ('k') | components/proximity_auth/device_to_device_initiator_operations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698