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

Unified Diff: components/variations/net/variations_http_headers.h

Issue 2587513002: Switch variations http headers to only be reported over https. (Closed)
Patch Set: Created 4 years 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/variations/net/variations_http_headers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/variations/net/variations_http_headers.h
diff --git a/components/variations/net/variations_http_headers.h b/components/variations/net/variations_http_headers.h
index fe4d597e7363ec8b06f4b8d7a8a9a0b937677370..f91c3eaf7cdd17457448958d9dbff409ba2c5a21 100644
--- a/components/variations/net/variations_http_headers.h
+++ b/components/variations/net/variations_http_headers.h
@@ -35,7 +35,8 @@ std::set<std::string> GetVariationHeaderNames();
namespace internal {
// Checks whether variation headers should be appended to requests to the
-// specified |url|. Returns true for google.<TLD> and youtube.<TLD> URLs.
+// specified |url|. Returns true for google.<TLD> and youtube.<TLD> URLs with
+// the https scheme.
bool ShouldAppendVariationHeaders(const GURL& url);
} // namespace internal
« no previous file with comments | « no previous file | components/variations/net/variations_http_headers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698