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

Unified Diff: components/signin/core/browser/signin_header_helper.h

Issue 2353923003: Fix Mirror header on Drive domains. (Closed)
Patch Set: Extract hard-coded string Created 4 years, 3 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 | « no previous file | components/signin/core/browser/signin_header_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/core/browser/signin_header_helper.h
diff --git a/components/signin/core/browser/signin_header_helper.h b/components/signin/core/browser/signin_header_helper.h
index 53d3797b798479f9cee8b1c04c50d82f4372d52e..9f000bc6411d560b29f9b15418d559d9bc4e021f 100644
--- a/components/signin/core/browser/signin_header_helper.h
+++ b/components/signin/core/browser/signin_header_helper.h
@@ -76,10 +76,10 @@ bool SettingsAllowSigninCookies(
const content_settings::CookieSettings* cookie_settings);
// Checks if the url has the required properties to have an
-// X-CHROME-CONNECTED header.
+// X-Chrome-Connected header.
bool IsUrlEligibleForXChromeConnectedHeader(const GURL& url);
-// Returns the X-CHROME-CONNECTED cookie, or an empty string if it should not be
+// Returns the CHROME_CONNECTED cookie, or an empty string if it should not be
// added to the request to |url|.
std::string BuildMirrorRequestCookieIfPossible(
const GURL& url,
« no previous file with comments | « no previous file | components/signin/core/browser/signin_header_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698