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

Issue 2952653002: Make ParseAndSetExperimentalOptions() a member of URLRequestContextConfig (Closed)

Created:
3 years, 6 months ago by mgersh
Modified:
3 years, 6 months ago
Reviewers:
kapishnikov
CC:
chromium-reviews, cbentzel+watch_chromium.org, net-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Make ParseAndSetExperimentalOptions() a member of URLRequestContextConfig It didn't previously have a way of handling experimental options which don't translate to settings on the URLRequestContextBuilder. This change allows it to directly change settings on the URLRequestContextConfig so those settings can be used outside of the builder. This struct shouldn't really be a struct anymore, but it already shouldn't really have been a struct. This CL is the minimum change needed to unblock an upcoming feature plus some closely related cleanup. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester Review-Url: https://codereview.chromium.org/2952653002 Cr-Commit-Position: refs/heads/master@{#480996} Committed: https://chromium.googlesource.com/chromium/src/+/cc6ae89f12dca8195dc58251a404de1411d89d46

Patch Set 1 #

Total comments: 2

Patch Set 2 : change to private #

Patch Set 3 : oops #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -65 lines) Patch
M components/cronet/url_request_context_config.h View 1 2 3 chunks +12 lines, -2 lines 0 comments Download
M components/cronet/url_request_context_config.cc View 6 chunks +58 lines, -63 lines 0 comments Download

Messages

Total messages: 16 (8 generated)
mgersh
PTAL. (The way the diff displays is a little weird--it thinks I moved a bunch ...
3 years, 6 months ago (2017-06-20 16:32:17 UTC) #3
kapishnikov
Should we break the ParseAndSetExperimentalOptions() method into two methods. The first method should be responsible ...
3 years, 6 months ago (2017-06-20 19:34:08 UTC) #4
mgersh
Per in-person conversation, leaving the overall structure as-is for now--it's hard to separate parsing and ...
3 years, 6 months ago (2017-06-20 21:33:57 UTC) #5
kapishnikov
lgtm
3 years, 6 months ago (2017-06-20 21:35:55 UTC) #6
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/2952653002/20001
3 years, 6 months ago (2017-06-20 21:37:33 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: android_cronet on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_cronet/builds/163929)
3 years, 6 months ago (2017-06-20 21:50:11 UTC) #10
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/2952653002/40001
3 years, 6 months ago (2017-06-20 22:02:40 UTC) #13
commit-bot: I haz the power
3 years, 6 months ago (2017-06-20 22:34:10 UTC) #16
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/cc6ae89f12dca8195dc58251a404...

Powered by Google App Engine
This is Rietveld 408576698