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

Unified Diff: components/proximity_auth/mock_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/mock_proximity_auth_client.h
diff --git a/components/proximity_auth/mock_proximity_auth_client.h b/components/proximity_auth/mock_proximity_auth_client.h
index 97c84392147c48a6ba7d797f63f05d6d030dcc70..de6e7dc9f813dc1fd83d64e6cbd9c714466c31e7 100644
--- a/components/proximity_auth/mock_proximity_auth_client.h
+++ b/components/proximity_auth/mock_proximity_auth_client.h
@@ -47,6 +47,7 @@ class MockProximityAuthClient : public ProximityAuthClient {
CreateSecureMessageDelegate() override;
std::unique_ptr<cryptauth::CryptAuthClientFactory>
CreateCryptAuthClientFactory() override;
+ MOCK_METHOD0(GetLocalDevicePublicKey, std::string(void));
// Proxy mock methods because implementation requires returning scoped_ptr.
MOCK_METHOD0(CreateSecureMessageDelegatePtr,
« no previous file with comments | « chrome/browser/signin/chrome_proximity_auth_client.cc ('k') | components/proximity_auth/proximity_auth_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698