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

Issue 11946014: Cleanup: Deprecate FileUtilProxy::RelayFileTask (Closed)

Created:
7 years, 11 months ago by kinuko
Modified:
7 years, 11 months ago
CC:
chromium-reviews, tzik+watch_chromium.org, kinuko+watch, erikwright+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Cleanup: Deprecate FileUtilProxy::RelayFileTask Now that we have common base::PostTaskAndReplyWithResult helper method it doesn't seem necessary anymore. BUG=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177198

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -25 lines) Patch
M base/file_util_proxy.h View 1 chunk +0 lines, -6 lines 1 comment Download
M base/file_util_proxy.cc View 3 chunks +2 lines, -12 lines 0 comments Download
M webkit/fileapi/file_system_file_util_proxy.cc View 8 chunks +8 lines, -7 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
kinuko
7 years, 11 months ago (2013-01-16 15:11:41 UTC) #1
kinuko
This should be a pretty innocent change... can you take a look?
7 years, 11 months ago (2013-01-16 15:13:03 UTC) #2
willchan no longer on Chromium
lgtm
7 years, 11 months ago (2013-01-16 15:53:23 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinuko@chromium.org/11946014/1
7 years, 11 months ago (2013-01-16 17:26:26 UTC) #4
awong
lgtm w/ comment nit https://codereview.chromium.org/11946014/diff/1/base/file_util_proxy.h File base/file_util_proxy.h (right): https://codereview.chromium.org/11946014/diff/1/base/file_util_proxy.h#newcode99 base/file_util_proxy.h:99: static bool Delete(TaskRunner* task_runner, What ...
7 years, 11 months ago (2013-01-16 18:02:37 UTC) #5
commit-bot: I haz the power
Change committed as 177198
7 years, 11 months ago (2013-01-16 19:54:38 UTC) #6
kinuko
On 2013/01/16 18:02:37, awong wrote: > lgtm w/ comment nit > > https://codereview.chromium.org/11946014/diff/1/base/file_util_proxy.h > File ...
7 years, 11 months ago (2013-01-17 03:51:39 UTC) #7
awong
7 years, 11 months ago (2013-01-17 08:25:24 UTC) #8
Yes, I think a note about it would be good.


On Wed, Jan 16, 2013 at 7:51 PM, <kinuko@chromium.org> wrote:

> On 2013/01/16 18:02:37, awong wrote:
>
>> lgtm w/ comment nit
>>
>
>  https://codereview.chromium.**org/11946014/diff/1/base/file_**
>>
util_proxy.h<https://codereview.chromium.org/11946014/diff/1/base/file_util_proxy.h>
>> File base/file_util_proxy.h (right):
>>
>
>
> https://codereview.chromium.**org/11946014/diff/1/base/file_**
>
util_proxy.h#newcode99<https://codereview.chromium.org/11946014/diff/1/base/file_util_proxy.h#newcode99>
>
>> base/file_util_proxy.h:99: static bool Delete(TaskRunner* task_runner,
>> What does a "false" return mean here? Looking at the impl, it seems like
>> the
>> return values for these APIs just indicate successful task posting and not
>> actual successful completion.  Wasn't obvious to me from the documentation
>> though.
>>
>
> Right-- I could at least update the document in the header. Shall I?
>
>
>
https://codereview.chromium.**org/11946014/<https://codereview.chromium.org/1...
>

Powered by Google App Engine
This is Rietveld 408576698