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

Issue 8467031: net: make pinning enforcement timeout after ten weeks. (Closed)

Created:
9 years, 1 month ago by agl
Modified:
9 years ago
Reviewers:
wtc
CC:
chromium-reviews, palmer, Chris Evans, jar (doing other things)
Visibility:
Public.

Description

net: make pinning enforcement timeout after ten weeks. Some users fall off the update train. We don't want to build up a non-trival population of people who have pins that we might want to change. BUG=103283 TEST=Check that https://pinningtest.appspot.com fails in official builds.

Patch Set 1 #

Total comments: 3

Patch Set 2 : ... #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -8 lines) Patch
M net/url_request/url_request_http_job.cc View 1 2 chunks +12 lines, -8 lines 1 comment Download

Messages

Total messages: 5 (0 generated)
agl
9 years, 1 month ago (2011-11-07 22:49:39 UTC) #1
wtc
Review comments on Patch Set 1: I think GetDaysSinceBuild() should be in src/base. I also ...
9 years, 1 month ago (2011-11-08 19:43:40 UTC) #2
wtc
agl: I talked to jar about this. He recommend two things. 1. Use the GetBuildTime ...
9 years, 1 month ago (2011-11-08 19:55:52 UTC) #3
agl
PTAL. I followed up with jar to expose GetBuildTime from base. Although I understand the ...
9 years, 1 month ago (2011-11-11 16:49:41 UTC) #4
wtc
9 years, 1 month ago (2011-11-15 02:49:30 UTC) #5
LGTM.

http://codereview.chromium.org/8467031/diff/4001/net/url_request/url_request_...
File net/url_request/url_request_http_job.cc (right):

http://codereview.chromium.org/8467031/diff/4001/net/url_request/url_request_...
net/url_request/url_request_http_job.cc:690: if ((base::Time::Now() -
build_time).InDays() < 70 /* 10 weeks */) {

Please add a comment to explain the purpose of this test.
It is not obvious.

Powered by Google App Engine
This is Rietveld 408576698