|
|
Chromium Code Reviews
DescriptionRun BlobURLRequestJobTest tests with BlobURLRequestJob and BlobURLLoader.
BUG=715677
Review-Url: https://codereview.chromium.org/2940603003
Cr-Commit-Position: refs/heads/master@{#479212}
Committed: https://chromium.googlesource.com/chromium/src/+/fdf52023f531d3bb73459e021a243d5aae076de7
Patch Set 1 #
Total comments: 2
Patch Set 2 : review comment #Messages
Total messages: 17 (12 generated)
The CQ bit was checked by jam@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was checked by jam@chromium.org to run a CQ dry run
Patchset #1 (id:1) has been deleted
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
jam@chromium.org changed reviewers: + mmenke@chromium.org
LGTM, modulo comment. https://codereview.chromium.org/2940603003/diff/20001/content/browser/blob_st... File content/browser/blob_storage/blob_url_unittest.cc (right): https://codereview.chromium.org/2940603003/diff/20001/content/browser/blob_st... content/browser/blob_storage/blob_url_unittest.cc:133: class BlobURLRequestJobTest : public testing::TestWithParam<bool> { Should add a comment on what the param means. I'd suggest both one here and where you check it in TestRequest. Alternatively, could use an enum class instead of a bool.
https://codereview.chromium.org/2940603003/diff/20001/content/browser/blob_st... File content/browser/blob_storage/blob_url_unittest.cc (right): https://codereview.chromium.org/2940603003/diff/20001/content/browser/blob_st... content/browser/blob_storage/blob_url_unittest.cc:133: class BlobURLRequestJobTest : public testing::TestWithParam<bool> { On 2017/06/13 19:57:09, mmenke wrote: > Should add a comment on what the param means. I'd suggest both one here and > where you check it in TestRequest. Alternatively, could use an enum class > instead of a bool. Added one here. I didn't want to add one where it's used because it's documenting what the code is doing, and would be redundant from here.
The CQ bit was checked by jam@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from mmenke@chromium.org Link to the patchset: https://codereview.chromium.org/2940603003/#ps40001 (title: "review comment")
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch.
Bot data: {"patchset_id": 40001, "attempt_start_ts": 1497396144364040,
"parent_rev": "2437f9950a67ed3838443fb8f23b7d070f69f6a8", "commit_rev":
"fdf52023f531d3bb73459e021a243d5aae076de7"}
Message was sent while issue was closed.
Description was changed from ========== Run BlobURLRequestJobTest tests with BlobURLRequestJob and BlobURLLoader. BUG=715677 ========== to ========== Run BlobURLRequestJobTest tests with BlobURLRequestJob and BlobURLLoader. BUG=715677 Review-Url: https://codereview.chromium.org/2940603003 Cr-Commit-Position: refs/heads/master@{#479212} Committed: https://chromium.googlesource.com/chromium/src/+/fdf52023f531d3bb73459e021a24... ==========
Message was sent while issue was closed.
Committed patchset #2 (id:40001) as https://chromium.googlesource.com/chromium/src/+/fdf52023f531d3bb73459e021a24... |
