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

Unified Diff: chrome/browser/policy/cloud/mock_cloud_policy_client.h

Issue 14220003: Finished implementing AttestationPolicyObserver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased and nit fixed Created 7 years, 8 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: chrome/browser/policy/cloud/mock_cloud_policy_client.h
diff --git a/chrome/browser/policy/cloud/mock_cloud_policy_client.h b/chrome/browser/policy/cloud/mock_cloud_policy_client.h
index e5744eefeb08799e2bc2c2fee4644d47ac2f9065..c5a9c8aeb8fc8a2896ae1fc67fe495ec921f7423 100644
--- a/chrome/browser/policy/cloud/mock_cloud_policy_client.h
+++ b/chrome/browser/policy/cloud/mock_cloud_policy_client.h
@@ -27,6 +27,8 @@ class MockCloudPolicyClient : public CloudPolicyClient {
bool));
MOCK_METHOD0(FetchPolicy, void(void));
MOCK_METHOD0(Unregister, void(void));
+ MOCK_METHOD2(UploadCertificate,
+ void(const std::string&, const StatusCallback&));
// Sets the DMToken.
void SetDMToken(const std::string& token);
« no previous file with comments | « chrome/browser/chromeos/attestation/attestation_policy_observer_unittest.cc ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698