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

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

Issue 1109133004: Cleanup PolicyOAuth2TokenFetcher method signatures. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@policy
Patch Set: Add safety DCHECKs 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: chrome/browser/chromeos/policy/wildcard_login_checker.h
diff --git a/chrome/browser/chromeos/policy/wildcard_login_checker.h b/chrome/browser/chromeos/policy/wildcard_login_checker.h
index e393da65c5a96531f324f3b73a8ad26800a69b09..2d2b346ff22ed4f27c4a4584a76e429e6c0d8142 100644
--- a/chrome/browser/chromeos/policy/wildcard_login_checker.h
+++ b/chrome/browser/chromeos/policy/wildcard_login_checker.h
@@ -38,8 +38,9 @@ class WildcardLoginChecker : public UserInfoFetcher::Delegate {
virtual ~WildcardLoginChecker();
// Starts checking. The result will be reported via |callback_|.
- void Start(scoped_refptr<net::URLRequestContextGetter> signin_context,
- const StatusCallback& callback);
+ void StartWithSigninContext(
+ scoped_refptr<net::URLRequestContextGetter> signin_context,
+ const StatusCallback& callback);
// Starts checking with a provided refresh token.
void StartWithRefreshToken(const std::string& refresh_token,

Powered by Google App Engine
This is Rietveld 408576698