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

Issue 9086002: base::Bind: Remove Task. (Closed)

Created:
8 years, 11 months ago by James Hawkins
Modified:
8 years, 11 months ago
Reviewers:
awong
CC:
chromium-reviews, jamiewalch+watch_chromium.org, garykac+watch_chromium.org, sadrul, hclam+watch_chromium.org, wez+watch_chromium.org, jam, amit, sanjeevr, kkania, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, lambroslambrou+watch_chromium.org, darin-cc_chromium.org, simonmorris+watch_chromium.org, brettw-cc_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

base::Bind: Remove Task. BUG=none TEST=none R=awong Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=116439

Patch Set 1 #

Total comments: 3

Patch Set 2 : Style fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -697 lines) Patch
M base/files/file_path_watcher_linux.cc View 1 2 chunks +49 lines, -62 lines 0 comments Download
M base/message_loop.h View 1 chunk +0 lines, -30 lines 0 comments Download
M base/message_loop.cc View 1 chunk +0 lines, -62 lines 0 comments Download
M base/message_loop_proxy.h View 1 chunk +2 lines, -21 lines 0 comments Download
M base/message_loop_proxy_impl.h View 2 chunks +0 lines, -16 lines 0 comments Download
M base/message_loop_proxy_impl.cc View 2 chunks +0 lines, -44 lines 0 comments Download
M base/message_loop_proxy_impl_unittest.cc View 2 chunks +0 lines, -44 lines 0 comments Download
M base/task.h View 1 2 chunks +0 lines, -52 lines 0 comments Download
M base/task.cc View 2 chunks +0 lines, -35 lines 0 comments Download
M base/threading/thread_unittest.cc View 2 chunks +5 lines, -17 lines 0 comments Download
M base/threading/worker_pool.h View 1 chunk +0 lines, -5 lines 0 comments Download
M base/threading/worker_pool_posix.h View 1 chunk +0 lines, -7 lines 0 comments Download
M base/threading/worker_pool_posix.cc View 4 chunks +0 lines, -28 lines 0 comments Download
M base/threading/worker_pool_win.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M chrome/test/webdriver/webdriver_session.h View 1 chunk +0 lines, -4 lines 0 comments Download
M content/browser/browser_thread_impl.h View 1 chunk +0 lines, -7 lines 0 comments Download
M content/browser/browser_thread_impl.cc View 3 chunks +0 lines, -100 lines 0 comments Download
M content/browser/browser_thread_unittest.cc View 3 chunks +0 lines, -61 lines 0 comments Download
M content/public/browser/browser_thread.h View 1 chunk +0 lines, -17 lines 0 comments Download
M remoting/base/plugin_message_loop_proxy.h View 2 chunks +1 line, -17 lines 0 comments Download
M remoting/base/plugin_message_loop_proxy.cc View 3 chunks +1 line, -46 lines 0 comments Download
M remoting/jingle_glue/jingle_thread_unittest.cc View 4 chunks +23 lines, -13 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
James Hawkins
8 years, 11 months ago (2012-01-04 02:06:47 UTC) #1
awong
LGTM !!!~~!!!~~~~~ with 1 nit. http://codereview.chromium.org/9086002/diff/1/base/files/file_path_watcher_linux.cc File base/files/file_path_watcher_linux.cc (right): http://codereview.chromium.org/9086002/diff/1/base/files/file_path_watcher_linux.cc#newcode155 base/files/file_path_watcher_linux.cc:155: void InotifyReaderCallback( Move the ...
8 years, 11 months ago (2012-01-04 02:17:28 UTC) #2
James Hawkins
http://codereview.chromium.org/9086002/diff/1/base/files/file_path_watcher_linux.cc File base/files/file_path_watcher_linux.cc (right): http://codereview.chromium.org/9086002/diff/1/base/files/file_path_watcher_linux.cc#newcode155 base/files/file_path_watcher_linux.cc:155: void InotifyReaderCallback( On 2012/01/04 02:17:28, awong wrote: > Move ...
8 years, 11 months ago (2012-01-04 02:24:17 UTC) #3
awong
On 2012/01/04 02:24:17, James Hawkins wrote: > http://codereview.chromium.org/9086002/diff/1/base/files/file_path_watcher_linux.cc > File base/files/file_path_watcher_linux.cc (right): > > http://codereview.chromium.org/9086002/diff/1/base/files/file_path_watcher_linux.cc#newcode155 ...
8 years, 11 months ago (2012-01-04 20:29:23 UTC) #4
James Hawkins
8 years, 11 months ago (2012-01-04 23:22:39 UTC) #5
On 2012/01/04 20:29:23, awong wrote:
> On 2012/01/04 02:24:17, James Hawkins wrote:
> >
>
http://codereview.chromium.org/9086002/diff/1/base/files/file_path_watcher_li...
> > File base/files/file_path_watcher_linux.cc (right):
> > 
> >
>
http://codereview.chromium.org/9086002/diff/1/base/files/file_path_watcher_li...
> > base/files/file_path_watcher_linux.cc:155: void InotifyReaderCallback(
> > On 2012/01/04 02:17:28, awong wrote:
> > > Move the parameters up to the ( and align there?
> > > 
> > > http://www.chromium.org/developers/coding-style
> > 
> > Give the same number of lines required, I prefer keeping all arguments on
the
> > same line.
> > 
> > I'm not sure who added that part of the coding style guide, but I'm going to
> > bring up an objection on chromium-dev.  Thanks for the link though.
> 
> <putting on readability reviewer hat...>
> 
> Since the guide calls out this form of wrapping explicitly as incorrect, I
think
> we should match the stated rules until the guide gets amended.  The
consistency
> rule is generally considered a trump...

Done. Going off try jobs from PS1.

Powered by Google App Engine
This is Rietveld 408576698