commit | 5cdf1e75070e2bcb6f1d121cbc04628e658a7084 | [log] [tgz] |
---|---|---|
author | Sean Klein <smklein@google.com> | Tue Nov 03 10:48:16 2015 -0800 |
committer | Sean Klein <smklein@google.com> | Tue Nov 03 10:48:16 2015 -0800 |
tree | 1c893321d8e91467cc01dcc06ed5678ef64800ac | |
parent | 6e9295e103550ec97cf9c5a81438df358721fdaf [diff] [blame] |
Belated code review regarding pexe content handler. Adds logging statement for translation process, and fixes incorrect comment regarding parent class of NaCl content handlers. See https://codereview.chromium.org/1382713002/ for original CL. BUG=#396 R=jamesr@chromium.org Review URL: https://codereview.chromium.org/1429953003 .
diff --git a/services/nacl/content_handler_main_nonsfi.cc b/services/nacl/content_handler_main_nonsfi.cc index 5eee675..86b0ad5 100644 --- a/services/nacl/content_handler_main_nonsfi.cc +++ b/services/nacl/content_handler_main_nonsfi.cc
@@ -32,7 +32,7 @@ return true; } - // Overridden from ContentHandlerFactory::ManagedDelegate: + // Overridden from ContentHandlerFactory::Delegate: void RunApplication( mojo::InterfaceRequest<mojo::Application> application_request, mojo::URLResponsePtr response) override {