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

Issue 8556001: Convert NewRunnableFunction/NewRunnableMethod calls to use base::Bind(). (Closed)

Created:
9 years, 1 month ago by dcheng
Modified:
9 years, 1 month ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, jam, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, rdsmith+dwatch_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Convert NewRunnableFunction/NewRunnableMethod calls to use base::Bind(). BUG=none TEST=compiles and tests pass. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110164

Patch Set 1 #

Patch Set 2 : Fix TestURLFetcherFactory #

Patch Set 3 : . #

Total comments: 24

Patch Set 4 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+159 lines, -137 lines) Patch
M content/browser/browser_message_filter.cc View 1 2 3 3 chunks +6 lines, -3 lines 0 comments Download
M content/browser/child_process_launcher.cc View 5 chunks +6 lines, -5 lines 0 comments Download
M content/browser/device_orientation/provider_impl.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/device_orientation/provider_impl.cc View 1 2 3 5 chunks +12 lines, -10 lines 0 comments Download
M content/browser/download/drag_download_file.cc View 3 chunks +3 lines, -5 lines 0 comments Download
M content/browser/download/drag_download_util.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/download/mhtml_generation_manager.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M content/browser/net/url_request_failed_dns_job.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/net/url_request_failed_dns_job.cc View 1 2 3 2 chunks +4 lines, -3 lines 0 comments Download
M content/browser/net/url_request_slow_download_job.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/net/url_request_slow_download_job.cc View 1 2 3 5 chunks +8 lines, -7 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_dispatcher_host.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M content/browser/renderer_host/pepper_message_filter.cc View 1 2 3 4 chunks +16 lines, -16 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_message_filter.cc View 1 2 3 4 chunks +7 lines, -6 lines 0 comments Download
M content/browser/renderer_host/render_widget_helper.cc View 6 chunks +14 lines, -14 lines 0 comments Download
M content/browser/renderer_host/resource_dispatcher_host.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/resource_dispatcher_host.cc View 1 2 3 6 chunks +10 lines, -8 lines 0 comments Download
M content/browser/utility_process_host.cc View 1 2 3 2 chunks +5 lines, -2 lines 0 comments Download
M content/common/resource_dispatcher.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M content/common/resource_dispatcher.cc View 1 2 3 3 chunks +4 lines, -3 lines 0 comments Download
M content/common/socket_stream_dispatcher.cc View 1 2 3 chunks +3 lines, -4 lines 0 comments Download
M content/common/webmessageportchannel_impl.cc View 1 2 3 6 chunks +17 lines, -11 lines 0 comments Download
M content/shell/shell_browser_context.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M content/test/test_url_fetcher_factory.cc View 1 2 3 4 chunks +5 lines, -4 lines 0 comments Download
M content/worker/webworkerclient_proxy.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M content/worker/webworkerclient_proxy.cc View 1 2 3 3 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
dcheng
9 years, 1 month ago (2011-11-13 03:23:14 UTC) #1
James Hawkins
http://codereview.chromium.org/8556001/diff/4001/content/browser/browser_message_filter.cc File content/browser/browser_message_filter.cc (right): http://codereview.chromium.org/8556001/diff/4001/content/browser/browser_message_filter.cc#newcode53 content/browser/browser_message_filter.cc:53: base::IgnoreReturn<bool>( #include "base/bind_helpers.h" http://codereview.chromium.org/8556001/diff/4001/content/browser/device_orientation/provider_impl.h File content/browser/device_orientation/provider_impl.h (right): http://codereview.chromium.org/8556001/diff/4001/content/browser/device_orientation/provider_impl.h#newcode79 content/browser/device_orientation/provider_impl.h:79: ...
9 years, 1 month ago (2011-11-14 17:57:06 UTC) #2
dcheng
http://codereview.chromium.org/8556001/diff/4001/content/browser/browser_message_filter.cc File content/browser/browser_message_filter.cc (right): http://codereview.chromium.org/8556001/diff/4001/content/browser/browser_message_filter.cc#newcode53 content/browser/browser_message_filter.cc:53: base::IgnoreReturn<bool>( On 2011/11/14 17:57:06, James Hawkins wrote: > #include ...
9 years, 1 month ago (2011-11-14 20:47:49 UTC) #3
James Hawkins
lgtm
9 years, 1 month ago (2011-11-14 20:50:34 UTC) #4
dcheng
Adding jam@ for OWNERS review. I believe the test failures to be unrelated to this ...
9 years, 1 month ago (2011-11-14 22:29:16 UTC) #5
jam
lgtm
9 years, 1 month ago (2011-11-15 00:15:34 UTC) #6
dcheng
+willchan. I didn't realize content/browser/net was noparent.
9 years, 1 month ago (2011-11-15 00:52:06 UTC) #7
willchan no longer on Chromium
9 years, 1 month ago (2011-11-15 15:51:25 UTC) #8
content/browser/net LGTM

Powered by Google App Engine
This is Rietveld 408576698