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

Issue 2568883002: [cronet] Add member for QUIC user agent ID, with getter and setter. (Closed)

Created:
4 years ago by lilyhoughton1
Modified:
4 years ago
Reviewers:
lilyhoughton, mef
CC:
chromium-reviews, cbentzel+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[cronet] Add member for QUIC user agent ID, with getter and setter. This adds a QUIC user agent ID member, passes is to the URLRequestContextBuilder in InitializeOnNetworkThread(), and provides appropriate modification function. Additionally, getDefaultQuicUserAgentId() provides a non-empty default value, which is used if no other value is given before calling Initialize(). BUG=670686 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester Committed: https://crrev.com/52f8be34c505eb08f6df0f0763fc25b41eb6f85d Cr-Commit-Position: refs/heads/master@{#438912}

Patch Set 1 #

Patch Set 2 : fix tangled cl #

Patch Set 3 : fix tangled cl #

Total comments: 11

Patch Set 4 : per #4 #

Total comments: 4

Patch Set 5 : per #6 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -2 lines) Patch
M components/cronet/ios/cronet_environment.h View 1 2 3 4 3 chunks +9 lines, -0 lines 0 comments Download
M components/cronet/ios/cronet_environment.mm View 1 2 3 4 2 chunks +10 lines, -2 lines 0 comments Download

Messages

Total messages: 15 (6 generated)
lilyhoughton
4 years ago (2016-12-12 19:41:11 UTC) #3
mef
https://codereview.chromium.org/2568883002/diff/40001/components/cronet/ios/cronet_environment.h File components/cronet/ios/cronet_environment.h (right): https://codereview.chromium.org/2568883002/diff/40001/components/cronet/ios/cronet_environment.h#newcode76 components/cronet/ios/cronet_environment.h:76: quic_user_agent_id_ = getDefaultQuicUserAgentId(); Maybe call getDefaultQuicUserAgentId() when it is ...
4 years ago (2016-12-12 21:52:20 UTC) #4
lilyhoughton
https://codereview.chromium.org/2568883002/diff/40001/components/cronet/ios/cronet_environment.h File components/cronet/ios/cronet_environment.h (right): https://codereview.chromium.org/2568883002/diff/40001/components/cronet/ios/cronet_environment.h#newcode76 components/cronet/ios/cronet_environment.h:76: quic_user_agent_id_ = getDefaultQuicUserAgentId(); On 2016/12/12 21:52:20, mef wrote: > ...
4 years ago (2016-12-13 15:10:23 UTC) #5
mef
Looks good with minor nits. Any ideas on whether we can somehow test this? https://codereview.chromium.org/2568883002/diff/40001/components/cronet/ios/cronet_environment.mm ...
4 years ago (2016-12-13 20:46:43 UTC) #6
lilyhoughton
https://codereview.chromium.org/2568883002/diff/60001/components/cronet/ios/cronet_environment.mm File components/cronet/ios/cronet_environment.mm (right): https://codereview.chromium.org/2568883002/diff/60001/components/cronet/ios/cronet_environment.mm#newcode276 components/cronet/ios/cronet_environment.mm:276: : quic_user_agent_id_, // QUIC User Agent ID. On 2016/12/13 ...
4 years ago (2016-12-14 18:32:15 UTC) #7
mef
lgtm
4 years ago (2016-12-15 19:10:55 UTC) #8
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/2568883002/80001
4 years ago (2016-12-15 19:32:06 UTC) #10
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years ago (2016-12-15 20:34:20 UTC) #13
commit-bot: I haz the power
4 years ago (2016-12-15 20:36:59 UTC) #15
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/52f8be34c505eb08f6df0f0763fc25b41eb6f85d
Cr-Commit-Position: refs/heads/master@{#438912}

Powered by Google App Engine
This is Rietveld 408576698