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

Unified Diff: components/cryptauth/cryptauth_enrollment_manager.h

Issue 2587963003: [CrOS Tether]: Add LocalDeviceDataProvider, which fetches device data for the local device. (Closed)
Patch Set: Rebased. Created 4 years 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/cryptauth/cryptauth_enrollment_manager.h
diff --git a/components/cryptauth/cryptauth_enrollment_manager.h b/components/cryptauth/cryptauth_enrollment_manager.h
index 79baf62f65856b284b57e7aa9db4add0eed8d658..55dca06b10752197e54f7bca815a4dd6952018a1 100644
--- a/components/cryptauth/cryptauth_enrollment_manager.h
+++ b/components/cryptauth/cryptauth_enrollment_manager.h
@@ -112,8 +112,8 @@ class CryptAuthEnrollmentManager : public SyncScheduler::Delegate,
// been completed, then an empty string will be returned.
// Note: These keys are really serialized protocol buffer messages, and should
// only be used by passing to SecureMessageDelegate.
- std::string GetUserPublicKey();
- std::string GetUserPrivateKey();
+ std::string GetUserPublicKey() const;
+ std::string GetUserPrivateKey() const;
protected:
// Creates a new SyncScheduler instance. Exposed for testing.

Powered by Google App Engine
This is Rietveld 408576698