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

Unified Diff: chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.h

Issue 1021383002: cros: Transfer auth cookies for SAML webview sign-in. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update comment Created 5 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/chromeos/policy/user_cloud_policy_manager_chromeos.h
diff --git a/chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.h b/chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.h
index ca0736114c65e7c723a8930756e66414aa87e677..fdc7766d61e9098977631243f9e95a7e758f68b8 100644
--- a/chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.h
+++ b/chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.h
@@ -110,8 +110,8 @@ class UserCloudPolicyManagerChromeOS : public CloudPolicyManager,
private:
// Fetches a policy token using the authentication context of the signin
- // Profile, and calls back to OnOAuth2PolicyTokenFetched when done.
- void FetchPolicyOAuthTokenUsingSigninProfile();
+ // context, and calls back to OnOAuth2PolicyTokenFetched when done.
+ void FetchPolicyOAuthTokenUsingSigninContext();
// Called once the policy access token is available, and starts the
// registration with the policy server if the token was successfully fetched.

Powered by Google App Engine
This is Rietveld 408576698