| Index: chrome/browser/chromeos/login/signin/merge_session_throttling_utils.h
|
| diff --git a/chrome/browser/chromeos/login/signin/merge_session_throttling_utils.h b/chrome/browser/chromeos/login/signin/merge_session_throttling_utils.h
|
| index 2abe52aac1757bcaa74dbb4c05c663f0cddb3c9e..f3d0fd4cac27f1329c6baf6550f6fa9b5b6bff8b 100644
|
| --- a/chrome/browser/chromeos/login/signin/merge_session_throttling_utils.h
|
| +++ b/chrome/browser/chromeos/login/signin/merge_session_throttling_utils.h
|
| @@ -33,9 +33,10 @@ bool AreAllSessionMergedAlready();
|
| void BlockProfile(Profile* profile);
|
| void UnblockProfile(Profile* profile);
|
|
|
| -// Whether requests from |web_contents| should currently be delayed. This
|
| -// should be called on the UI thread.
|
| -bool ShouldDelayRequest(content::WebContents* web_contents);
|
| +// Whether requests from |web_contents| or |profile| should currently be
|
| +// delayed. This should be called on the UI thread.
|
| +bool ShouldDelayRequestForProfile(Profile* profile);
|
| +bool ShouldDelayRequestForWebContents(content::WebContents* web_contents);
|
|
|
| // True if the load of |url| should be delayed. The function is safe to be
|
| // called on any thread.
|
|
|