| Index: chrome/browser/ui/sync/one_click_signin_helper.cc
|
| ===================================================================
|
| --- chrome/browser/ui/sync/one_click_signin_helper.cc (revision 129361)
|
| +++ chrome/browser/ui/sync/one_click_signin_helper.cc (working copy)
|
| @@ -214,9 +214,9 @@
|
| void OneClickSigninHelper::ShowInfoBarIfPossible(net::URLRequest* request,
|
| int child_id,
|
| int route_id) {
|
| - // See if the response contains the X-Google-Accounts-SignIn header.
|
| + // See if the response contains the Google-Accounts-SignIn header.
|
| std::string value;
|
| - request->GetResponseHeaderByName("X-Google-Accounts-SignIn", &value);
|
| + request->GetResponseHeaderByName("Google-Accounts-SignIn", &value);
|
| if (value.empty())
|
| return;
|
|
|
|
|