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

Unified Diff: chrome/browser/policy/cloud/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/cloud_policy_service.cc
diff --git a/chrome/browser/policy/cloud/cloud_policy_service.cc b/chrome/browser/policy/cloud/cloud_policy_service.cc
index 374aa018c0ea782a4f731645e473d0dc7e327747..a16d3f3ba9f1a26da242a2e955a40445174190b6 100644
--- a/chrome/browser/policy/cloud/cloud_policy_service.cc
+++ b/chrome/browser/policy/cloud/cloud_policy_service.cc
@@ -77,6 +77,9 @@ void CloudPolicyService::OnPolicyFetched(CloudPolicyClient* client) {
void CloudPolicyService::OnRegistrationStateChanged(CloudPolicyClient* client) {
}
+void CloudPolicyService::OnRobotAuthCodesFetched(CloudPolicyClient* client) {
+}
+
void CloudPolicyService::OnClientError(CloudPolicyClient* client) {
if (refresh_state_ == REFRESH_POLICY_FETCH)
RefreshCompleted(false);

Powered by Google App Engine
This is Rietveld 408576698