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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_PROXIMITY_AUTH_PROXIMITY_AUTH_CLIENT_H_ 5 #ifndef COMPONENTS_PROXIMITY_AUTH_PROXIMITY_AUTH_CLIENT_H_
6 #define COMPONENTS_PROXIMITY_AUTH_PROXIMITY_AUTH_CLIENT_H_ 6 #define COMPONENTS_PROXIMITY_AUTH_PROXIMITY_AUTH_CLIENT_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <string> 9 #include <string>
10 10
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 // API requests. 72 // API requests.
73 virtual cryptauth::DeviceClassifier GetDeviceClassifier() = 0; 73 virtual cryptauth::DeviceClassifier GetDeviceClassifier() = 0;
74 74
75 // Returns the account id of the user. 75 // Returns the account id of the user.
76 virtual std::string GetAccountId() = 0; 76 virtual std::string GetAccountId() = 0;
77 77
78 virtual cryptauth::CryptAuthEnrollmentManager* 78 virtual cryptauth::CryptAuthEnrollmentManager*
79 GetCryptAuthEnrollmentManager() = 0; 79 GetCryptAuthEnrollmentManager() = 0;
80 80
81 virtual cryptauth::CryptAuthDeviceManager* GetCryptAuthDeviceManager() = 0; 81 virtual cryptauth::CryptAuthDeviceManager* GetCryptAuthDeviceManager() = 0;
82
83 virtual std::string GetLocalDevicePublicKey() = 0;
82 }; 84 };
83 85
84 } // namespace proximity_auth 86 } // namespace proximity_auth
85 87
86 #endif // COMPONENTS_PROXIMITY_AUTH_PROXIMITY_AUTH_CLIENT_H_ 88 #endif // COMPONENTS_PROXIMITY_AUTH_PROXIMITY_AUTH_CLIENT_H_
OLDNEW
« 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