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

Unified Diff: components/nacl/renderer/plugin/plugin.cc

Issue 1569283002: NaCl cleanup: Remove SrpcParams and SrpcClient, which are unused now (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/nacl/renderer/plugin/nacl_subprocess.cc ('k') | components/nacl/renderer/plugin/plugin.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/renderer/plugin/plugin.cc
diff --git a/components/nacl/renderer/plugin/plugin.cc b/components/nacl/renderer/plugin/plugin.cc
index 44ea7a4bb0721d9d5540a00da0129202e6f83ff9..cdea67fc5581a8666b36f8516c79d1430dc35380 100644
--- a/components/nacl/renderer/plugin/plugin.cc
+++ b/components/nacl/renderer/plugin/plugin.cc
@@ -140,7 +140,7 @@ bool Plugin::Init(uint32_t argc, const char* argn[], const char* argv[]) {
Plugin::Plugin(PP_Instance pp_instance)
: pp::Instance(pp_instance),
- main_subprocess_("main subprocess", NULL, NULL),
+ main_subprocess_("main subprocess", NULL),
uses_nonsfi_mode_(false),
wrapper_factory_(NULL),
nacl_interface_(NULL),
« no previous file with comments | « components/nacl/renderer/plugin/nacl_subprocess.cc ('k') | components/nacl/renderer/plugin/plugin.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698