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

Issue 2575483002: Reland of strict transmission of external exp ids to signed in users. (Closed)

Created:
4 years ago by Yuta Kitamura
Modified:
4 years ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, ntp-dev+reviews_chromium.org, rouslan+autofill_chromium.org, sebsg+autofillwatch_chromium.org, browser-components-watch_chromium.org, Randy Smith (Not in Mondays), jdonnelly+autofillwatch_chromium.org, vabr+watchlistautofill_chromium.org, mathp+autofillwatch_chromium.org, asvitkine+watch_chromium.org, loading-reviews_chromium.org, estade+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland of strict transmission of external exp ids to signed in users. (patchset #1 id:1 of https://codereview.chromium.org/2569973002/ ) Reason for revert: The CL was not a culprit for the issue. Original issue's description: > Revert of Restrict transmission of external exp ids to signed in users. (patchset #6 id:140001 of https://codereview.chromium.org/2558913003/ ) > > Reason for revert: > Speculative revert for recent flakiness in > Contextual Search related test failures on > "Android Tests" bot: > > https://build.chromium.org/p/chromium.linux/builders/Android%20Tests?numbuilds=100 > > e.g. https://build.chromium.org/p/chromium.linux/builders/Android%20Tests/builds/35779 > > I'm not very confident that this is the real > offender; if it's not, I will reland this CL. > > Original issue's description: > > Restrict transmission of external exp ids to signed in users. > > > > Since external experiment ids are not based on Chrome's low > > entropy source, they do not have the same guarantees about > > not identifying a user as Chrome's variations. As such, we > > should only transmit them for signed in users, whose identity > > is already known by Google so there's no risk of identifying > > them through these headers. > > > > Note: The signed-in state checking in this CL is only done for > > web content area requests and not other internal requests, > > like to the suggestion service, where it treats the state as > > "not signed in". This is fine to do because variations service > > ids are still sent, which is what the other call sites are > > interested in. > > > > BUG=672532 > > TBR=mpearson@chromium.org,mattm@chromium.org,donnd@chromium.org,afakhry@chromium.org > > > > Committed: https://crrev.com/9ed7b5611a61505c3dba734fe55b92211df3c2f6 > > Cr-Commit-Position: refs/heads/master@{#437959} > > TBR=jwd@chromium.org,mathp@chromium.org,treib@chromium.org,mmenke@chromium.org,mpearson@chromium.org,mattm@chromium.org,donnd@chromium.org,afakhry@chromium.org,asvitkine@chromium.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=672532 > > Committed: https://crrev.com/e48e108c244a245ec42966584c02752ee1be7d9c > Cr-Commit-Position: refs/heads/master@{#438075} TBR=jwd@chromium.org,mathp@chromium.org,treib@chromium.org,mmenke@chromium.org,mpearson@chromium.org,mattm@chromium.org,donnd@chromium.org,afakhry@chromium.org,asvitkine@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=672532 Committed: https://crrev.com/3305f49d2532f5b0d2b184826197ee8f122ed4e7 Cr-Commit-Position: refs/heads/master@{#438117}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+233 lines, -124 lines) Patch
M chrome/browser/android/contextualsearch/contextual_search_delegate.cc View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/android/metrics/uma_session_stats.cc View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/safe_browsing/srt_fetcher_win.cc View 1 chunk +4 lines, -1 line 0 comments Download
M components/autofill/core/browser/autofill_download_manager.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M components/feedback/feedback_uploader_chrome.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M components/ntp_snippets/remote/ntp_snippets_fetcher.cc View 1 chunk +4 lines, -1 line 0 comments Download
M components/omnibox/browser/search_provider.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M components/omnibox/browser/zero_suggest_provider.cc View 1 chunk +4 lines, -1 line 0 comments Download
M components/suggestions/suggestions_service.cc View 1 chunk +4 lines, -1 line 0 comments Download
M components/variations/net/variations_http_headers.h View 1 chunk +7 lines, -3 lines 0 comments Download
M components/variations/net/variations_http_headers.cc View 2 chunks +3 lines, -1 line 0 comments Download
M components/variations/variations_associated_data.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/variations/variations_associated_data.cc View 1 chunk +15 lines, -7 lines 0 comments Download
M components/variations/variations_http_header_provider.h View 4 chunks +27 lines, -13 lines 0 comments Download
M components/variations/variations_http_header_provider.cc View 9 chunks +100 lines, -76 lines 0 comments Download
M components/variations/variations_http_header_provider_unittest.cc View 4 chunks +32 lines, -11 lines 0 comments Download

Messages

Total messages: 8 (4 generated)
Yuta Kitamura
Created Reland of strict transmission of external exp ids to signed in users.
4 years ago (2016-12-13 10:31:13 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2575483002/1
4 years ago (2016-12-13 10:31:44 UTC) #3
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years ago (2016-12-13 10:33:10 UTC) #6
commit-bot: I haz the power
4 years ago (2016-12-13 10:35:32 UTC) #8
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/3305f49d2532f5b0d2b184826197ee8f122ed4e7
Cr-Commit-Position: refs/heads/master@{#438117}

Powered by Google App Engine
This is Rietveld 408576698