1. 06 Apr, 2015 2 commits
  2. 05 Apr, 2015 4 commits
  3. 04 Apr, 2015 32 commits
  4. 03 Apr, 2015 2 commits
    • rch's avatar
      Remove the "alternate_url" outparam from · 32fde139
      rch authored
        HttpStreamFactoryImpl::GetAlternativeServiceRequestFor().
      
      Remove the "original_url" param from
      
        HttpStreamFactoryImpl::Job::MarkAsAlternate()
      
      Remove the original_url_ member from HttpStreamFactoryImpl::Job
      and instead change origin_url_ to always be the actual URL to
      request. Add a new alternative_service_url_ to store the "modified"
      URL which is to be used for consulting socket pools and resolving
      proxies.
      
      Review URL: https://codereview.chromium.org/1054413002
      
      Cr-Commit-Position: refs/heads/master@{#323852}
      32fde139
    • eakuefner's avatar
      [Telemetry] Un-break 'run_benchmark help run' · 39d3630a
      eakuefner authored
      This CL adds a temporary fix to allow run_benchmark help run to work after the
      local environment switchover until we port everything to argparse.
      
      BUG=472916
      R=dtu
      TEST=run_benchmark help run does not except.
      
      Review URL: https://codereview.chromium.org/1063443002
      
      Cr-Commit-Position: refs/heads/master@{#323851}
      39d3630a