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

Unified Diff: components/proximity_auth/proximity_auth_client.h

Issue 2953863002: [CrOS Tether] ProximityAuth WebUI improvement: show the local device's ID. (Closed)
Patch Set: Rebased. Created 3 years, 6 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/proximity_auth_client.h
diff --git a/components/proximity_auth/proximity_auth_client.h b/components/proximity_auth/proximity_auth_client.h
index 807f16343a85f7e4e08e9937ba524d5ea834d374..ac87647695db57ed61035d6cbc297ebe8f39fe8a 100644
--- a/components/proximity_auth/proximity_auth_client.h
+++ b/components/proximity_auth/proximity_auth_client.h
@@ -79,6 +79,8 @@ class ProximityAuthClient {
GetCryptAuthEnrollmentManager() = 0;
virtual cryptauth::CryptAuthDeviceManager* GetCryptAuthDeviceManager() = 0;
+
+ virtual std::string GetLocalDevicePublicKey() = 0;
};
} // namespace proximity_auth
« no previous file with comments | « components/proximity_auth/mock_proximity_auth_client.h ('k') | components/proximity_auth/webui/proximity_auth_webui_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698