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

Issue 301743003: Pepper: PnaclResources cleanup. (Closed)

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

Description

Pepper: PnaclResources cleanup. This simplifies some code in PnaclResources a bit in anticipation of moving more code out of the trusted plugin. BUG=239656

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -30 lines) Patch
M ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc View 1 chunk +1 line, -2 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/pnacl_resources.h View 2 chunks +0 lines, -9 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/pnacl_resources.cc View 3 chunks +6 lines, -19 lines 2 comments Download

Messages

Total messages: 5 (0 generated)
teravest
6 years, 7 months ago (2014-05-27 20:51:12 UTC) #1
bbudge
https://codereview.chromium.org/301743003/diff/1/ppapi/native_client/src/trusted/plugin/pnacl_resources.cc File ppapi/native_client/src/trusted/plugin/pnacl_resources.cc (right): https://codereview.chromium.org/301743003/diff/1/ppapi/native_client/src/trusted/plugin/pnacl_resources.cc#newcode65 ppapi/native_client/src/trusted/plugin/pnacl_resources.cc:65: nacl::string full_url = "chrome://pnacl-translator/pnacl.json"; Could we use kPnaclBaseUrl here?
6 years, 7 months ago (2014-05-27 20:54:07 UTC) #2
teravest
On Tue, May 27, 2014 at 2:54 PM, <bbudge@chromium.org> wrote: > > https://codereview.chromium.org/301743003/diff/1/ppapi/native_client/src/trusted/plugin/pnacl_resources.cc > File ...
6 years, 7 months ago (2014-05-27 20:58:08 UTC) #3
bbudge
https://codereview.chromium.org/301743003/diff/1/ppapi/native_client/src/trusted/plugin/pnacl_resources.cc File ppapi/native_client/src/trusted/plugin/pnacl_resources.cc (right): https://codereview.chromium.org/301743003/diff/1/ppapi/native_client/src/trusted/plugin/pnacl_resources.cc#newcode65 ppapi/native_client/src/trusted/plugin/pnacl_resources.cc:65: nacl::string full_url = "chrome://pnacl-translator/pnacl.json"; On 2014/05/27 20:54:07, bbudge wrote: ...
6 years, 7 months ago (2014-05-27 21:00:24 UTC) #4
bbudge
6 years, 7 months ago (2014-05-27 21:01:10 UTC) #5
LGTM
string is pretty minor issue.

Powered by Google App Engine
This is Rietveld 408576698