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

Issue 10832003: Add const accessors to URLRequest and UploadData. (Closed)

Created:
8 years, 5 months ago by vabr (Chromium)
Modified:
8 years, 4 months ago
Reviewers:
gavinp
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Add const accessors to URLRequest and UploadData. These const accessors are needed in my other CL 10694055. The accessors are very simple, so I duplicated the code rather than const-casting the const accessor to implement the non-const. BUG=139600 TEST=N/A (no fix & no new feature) TBR=jianli@chromium.org,darin@chromium.org,joaodasilva@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=148906

Patch Set 1 #

Total comments: 6

Patch Set 2 : Adding _mutable suffix #

Patch Set 3 : Forgot to check browser_tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -8 lines) Patch
M chrome/browser/automation/url_request_automation_job.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/device_management_service_browsertest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/base/upload_data.h View 1 1 chunk +5 lines, -1 line 0 comments Download
M net/base/upload_data_stream.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/url_request/url_request.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/url_request/url_request.cc View 1 1 chunk +5 lines, -1 line 0 comments Download
M webkit/blob/blob_storage_controller.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M webkit/tools/test_shell/simple_resource_loader_bridge.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
vabr (Chromium)
Hi Gavin, Could you please review this? Vaclav
8 years, 5 months ago (2012-07-25 08:29:38 UTC) #1
vabr (Chromium)
On 2012/07/25 08:29:38, vabr (Chromium) wrote: > Hi Gavin, > > Could you please review ...
8 years, 5 months ago (2012-07-26 20:53:01 UTC) #2
gavinp
Sorry for being a bit pokey! LGTM. I've made some style suggestions that could improve ...
8 years, 4 months ago (2012-07-27 20:28:56 UTC) #3
vabr (Chromium)
Thanks Gavin for the review. I did the re-naming you suggested, owners of the files ...
8 years, 4 months ago (2012-07-28 20:37:09 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vabr@chromium.org/10832003/13007
8 years, 4 months ago (2012-07-28 20:37:18 UTC) #5
gavinp
On 2012/07/28 20:37:09, vabr (Chromium) wrote: > Thanks Gavin for the review. > I did ...
8 years, 4 months ago (2012-07-28 20:56:41 UTC) #6
commit-bot: I haz the power
8 years, 4 months ago (2012-07-28 22:01:31 UTC) #7
Change committed as 148906

Powered by Google App Engine
This is Rietveld 408576698