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

Issue 293403008: Pepper: FileDownloader cleanup. (Closed)

Created:
6 years, 7 months ago by teravest
Modified:
6 years, 6 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Pepper: FileDownloader cleanup. More cleaning up of unused code in FileDownloader. BUG=239656 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=273417

Patch Set 1 : rebased #

Total comments: 2

Patch Set 2 : fix nits #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -38 lines) Patch
M ppapi/native_client/src/trusted/plugin/file_downloader.h View 1 5 chunks +10 lines, -25 lines 1 comment Download
M ppapi/native_client/src/trusted/plugin/file_downloader.cc View 1 4 chunks +8 lines, -9 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc View 2 chunks +3 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
teravest
6 years, 6 months ago (2014-05-28 15:13:52 UTC) #1
dmichael (off chromium)
lgtm https://codereview.chromium.org/293403008/diff/40001/ppapi/native_client/src/trusted/plugin/file_downloader.cc File ppapi/native_client/src/trusted/plugin/file_downloader.cc (right): https://codereview.chromium.org/293403008/diff/40001/ppapi/native_client/src/trusted/plugin/file_downloader.cc#newcode24 ppapi/native_client/src/trusted/plugin/file_downloader.cc:24: : instance_(instance), nit: indentation looks off https://codereview.chromium.org/293403008/diff/40001/ppapi/native_client/src/trusted/plugin/file_downloader.h File ...
6 years, 6 months ago (2014-05-28 20:20:19 UTC) #2
teravest
The CQ bit was checked by teravest@chromium.org
6 years, 6 months ago (2014-05-28 20:22:28 UTC) #3
teravest
thanks! On Wed, May 28, 2014 at 2:20 PM, <dmichael@chromium.org> wrote: > lgtm > > ...
6 years, 6 months ago (2014-05-28 20:22:44 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/teravest@chromium.org/293403008/60001
6 years, 6 months ago (2014-05-28 20:22:49 UTC) #5
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: ios_rel_device_ninja on tryserver.chromium ...
6 years, 6 months ago (2014-05-28 23:38:11 UTC) #6
commit-bot: I haz the power
Change committed as 273417
6 years, 6 months ago (2014-05-29 00:22:33 UTC) #7
Finnur
https://codereview.chromium.org/293403008/diff/60001/ppapi/native_client/src/trusted/plugin/file_downloader.h File ppapi/native_client/src/trusted/plugin/file_downloader.h (left): https://codereview.chromium.org/293403008/diff/60001/ppapi/native_client/src/trusted/plugin/file_downloader.h#oldcode133 ppapi/native_client/src/trusted/plugin/file_downloader.h:133: int32_t status_code_; Shouldn't we initialize this in the ctor?
6 years, 6 months ago (2014-06-02 22:09:20 UTC) #8
teravest
6 years, 6 months ago (2014-06-03 14:28:07 UTC) #9
Message was sent while issue was closed.
On 2014/06/02 22:09:20, Finnur wrote:
>
https://codereview.chromium.org/293403008/diff/60001/ppapi/native_client/src/...
> File ppapi/native_client/src/trusted/plugin/file_downloader.h (left):
> 
>
https://codereview.chromium.org/293403008/diff/60001/ppapi/native_client/src/...
> ppapi/native_client/src/trusted/plugin/file_downloader.h:133: int32_t
> status_code_;
> Shouldn't we initialize this in the ctor?

I guess that'd be a bit cleaner, though it doesn't matter much. This class is
going away soon anyway.

Powered by Google App Engine
This is Rietveld 408576698