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

Unified Diff: components/ntp_snippets/remote/ntp_snippets_fetcher.cc

Issue 2558913003: Restrict transmission of external exp ids to signed in users. (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
Index: components/ntp_snippets/remote/ntp_snippets_fetcher.cc
diff --git a/components/ntp_snippets/remote/ntp_snippets_fetcher.cc b/components/ntp_snippets/remote/ntp_snippets_fetcher.cc
index 62236a8a375cab50981b1a7798b0ce55f963798c..09b7d6ee8ad6d0c54ee614106497d5975b1a72dc 100644
--- a/components/ntp_snippets/remote/ntp_snippets_fetcher.cc
+++ b/components/ntp_snippets/remote/ntp_snippets_fetcher.cc
@@ -681,6 +681,7 @@ std::string NTPSnippetsFetcher::RequestBuilder::BuildHeaders() const {
variations::AppendVariationHeaders(url_,
false, // incognito
false, // uma_enabled
+ false, // is_signed_in
&headers);
return headers.ToString();
}

Powered by Google App Engine
This is Rietveld 408576698