| Index: chrome/browser/signin/chrome_signin_helper.h
|
| diff --git a/chrome/browser/signin/chrome_signin_helper.h b/chrome/browser/signin/chrome_signin_helper.h
|
| index 848f289dc9cace17e562ac5323c3325bf03583cc..15b52b9043f8445bdfe04240f21d951b9bf915b5 100644
|
| --- a/chrome/browser/signin/chrome_signin_helper.h
|
| +++ b/chrome/browser/signin/chrome_signin_helper.h
|
| @@ -31,13 +31,13 @@ void FixAccountConsistencyRequestHeader(net::URLRequest* request,
|
| int child_id,
|
| int route_id);
|
|
|
| -// Looks for the X-Chrome-Manage-Accounts response header, and if found,
|
| -// tries to show the avatar bubble in the browser identified by the
|
| -// child/route id. Must be called on IO thread.
|
| -void ProcessMirrorResponseHeaderIfExists(net::URLRequest* request,
|
| - ProfileIOData* io_data,
|
| - int child_id,
|
| - int route_id);
|
| +// Processes account consistency response headers (X-Chrome-Manage-Accounts and
|
| +// Dice). |redirect_url| is empty if the request is not a redirect.
|
| +void ProcessAccountConsistencyResponseHeaders(net::URLRequest* request,
|
| + const GURL& redirect_url,
|
| + ProfileIOData* io_data,
|
| + int child_id,
|
| + int route_id);
|
|
|
| }; // namespace signin
|
|
|
|
|