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

Unified Diff: chrome/browser/ui/sync/one_click_signin_helper.cc

Issue 9791053: Revert 129359 - [Sync] [Mac] Tweak OneClickSigninDialog nib (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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
« no previous file with comments | « chrome/browser/ui/sync/one_click_signin_helper.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/browser/ui/sync/one_click_signin_helper.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698