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

Unified Diff: chromeos/login/auth/login_performer.h

Issue 1108983002: Fetch policy with refresh token. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: UserCloudPolicyManagerChromeOS Created 5 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: chromeos/login/auth/login_performer.h
diff --git a/chromeos/login/auth/login_performer.h b/chromeos/login/auth/login_performer.h
index 6ee764370639cb64568d4bd98b532e07663a7e48..bf78330c6ed5d596a8b436252bff5658e5911e7a 100644
--- a/chromeos/login/auth/login_performer.h
+++ b/chromeos/login/auth/login_performer.h
@@ -140,6 +140,7 @@ class CHROMEOS_EXPORT LoginPerformer : public AuthStatusConsumer,
virtual void RunOnlineWhitelistCheck(
const std::string& user_id,
bool wildcard_match,
+ const std::string& refresh_token,
const base::Closure& success_callback,
const base::Closure& failure_callback) = 0;

Powered by Google App Engine
This is Rietveld 408576698