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

Unified Diff: chrome/browser/policy/cloud/component_cloud_policy_service.cc

Issue 12538009: Public Sessions: fetch device robot api token during enterprise enrollment. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 9 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/component_cloud_policy_service.cc
diff --git a/chrome/browser/policy/cloud/component_cloud_policy_service.cc b/chrome/browser/policy/cloud/component_cloud_policy_service.cc
index 3da09ca114aa9c1aef584e1c9e4203945548ff50..82533ff06b3f4acf549ac9020c4daba17562748f 100644
--- a/chrome/browser/policy/cloud/component_cloud_policy_service.cc
+++ b/chrome/browser/policy/cloud/component_cloud_policy_service.cc
@@ -310,6 +310,11 @@ void ComponentCloudPolicyService::OnRegistrationStateChanged(
// Ignored.
}
+void ComponentCloudPolicyService::OnRobotAuthCodesFetched(
+ CloudPolicyClient* client) {
+ // Ignored.
+}
+
void ComponentCloudPolicyService::OnClientError(CloudPolicyClient* client) {
// Ignored.
}

Powered by Google App Engine
This is Rietveld 408576698