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

Issue 1273013004: Returning scoped_ptr<> instead of raw pointer in DhcpProxyScriptFetcherFactory::Create (Closed)

Created:
5 years, 4 months ago by Paritosh Kumar
Modified:
5 years, 3 months ago
Reviewers:
eroman
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Returning scoped_ptr<> instead of raw pointer in DhcpProxyScriptFetcherFactory::Create BUG=472381 Committed: https://crrev.com/1dfe37962765a6a7b829085f127b638939ec3778 Cr-Commit-Position: refs/heads/master@{#345376}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 18

Patch Set 7 : #

Total comments: 3

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -69 lines) Patch
M chrome/browser/net/proxy_service_factory.cc View 1 2 3 4 5 6 3 chunks +6 lines, -6 lines 0 comments Download
M net/proxy/dhcp_proxy_script_fetcher_factory.h View 1 2 3 4 5 6 2 chunks +5 lines, -4 lines 0 comments Download
M net/proxy/dhcp_proxy_script_fetcher_factory.cc View 1 2 3 4 5 6 7 1 chunk +5 lines, -5 lines 0 comments Download
M net/proxy/proxy_service.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M net/proxy/proxy_service.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M net/proxy/proxy_service_mojo.h View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M net/proxy/proxy_service_mojo.cc View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
M net/proxy/proxy_service_mojo_unittest.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M net/proxy/proxy_service_unittest.cc View 1 2 3 4 5 6 16 chunks +32 lines, -32 lines 0 comments Download
M net/proxy/proxy_service_v8.h View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M net/proxy/proxy_service_v8.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 19 (7 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1273013004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1273013004/60001
5 years, 4 months ago (2015-08-14 13:12:53 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/90352)
5 years, 4 months ago (2015-08-14 13:38:15 UTC) #4
Paritosh Kumar
Please have a look.
5 years, 4 months ago (2015-08-19 06:04:10 UTC) #6
eroman
looks good after these comments https://codereview.chromium.org/1273013004/diff/100001/chrome/browser/net/proxy_service_factory.cc File chrome/browser/net/proxy_service_factory.cc (right): https://codereview.chromium.org/1273013004/diff/100001/chrome/browser/net/proxy_service_factory.cc#newcode155 chrome/browser/net/proxy_service_factory.cc:155: scoped_ptr<net::DhcpProxyScriptFetcher> dhcp_proxy_script_fetcher = nullptr; ...
5 years, 4 months ago (2015-08-19 22:08:40 UTC) #7
Paritosh Kumar
Thanks eroman Addressed your comments in updated cl. Please have a look. https://codereview.chromium.org/1273013004/diff/100001/chrome/browser/net/proxy_service_factory.cc File chrome/browser/net/proxy_service_factory.cc ...
5 years, 4 months ago (2015-08-20 15:23:35 UTC) #8
eroman
lgtm https://codereview.chromium.org/1273013004/diff/120001/net/proxy/dhcp_proxy_script_fetcher_factory.cc File net/proxy/dhcp_proxy_script_fetcher_factory.cc (right): https://codereview.chromium.org/1273013004/diff/120001/net/proxy/dhcp_proxy_script_fetcher_factory.cc#newcode24 net/proxy/dhcp_proxy_script_fetcher_factory.cc:24: return scoped_ptr<DhcpProxyScriptFetcher>( I suggest using "make_scoped_ptr(new DoNothingDhcpProxyScriptFetcher)" for ...
5 years, 4 months ago (2015-08-21 20:03:12 UTC) #9
Paritosh Kumar
On 2015/08/21 20:03:12, eroman wrote: > lgtm > > https://codereview.chromium.org/1273013004/diff/120001/net/proxy/dhcp_proxy_script_fetcher_factory.cc > File net/proxy/dhcp_proxy_script_fetcher_factory.cc (right): > ...
5 years, 4 months ago (2015-08-25 12:13:08 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1273013004/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1273013004/140001
5 years, 4 months ago (2015-08-25 12:13:23 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-08-25 15:30:49 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1273013004/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1273013004/140001
5 years, 3 months ago (2015-08-25 17:50:35 UTC) #17
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 3 months ago (2015-08-25 17:57:55 UTC) #18
commit-bot: I haz the power
5 years, 3 months ago (2015-08-25 17:58:32 UTC) #19
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/1dfe37962765a6a7b829085f127b638939ec3778
Cr-Commit-Position: refs/heads/master@{#345376}

Powered by Google App Engine
This is Rietveld 408576698