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

Unified Diff: components/nacl/renderer/plugin/module_ppapi.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/DEPS ('k') | components/nacl/renderer/plugin/nacl_subprocess.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/renderer/plugin/module_ppapi.cc
diff --git a/components/nacl/renderer/plugin/module_ppapi.cc b/components/nacl/renderer/plugin/module_ppapi.cc
index f59e6660553d8a88040f5c7f643d14d6bfdfd366..6eb5e530ccf03ea9aa716fb54894a72363829502 100644
--- a/components/nacl/renderer/plugin/module_ppapi.cc
+++ b/components/nacl/renderer/plugin/module_ppapi.cc
@@ -23,7 +23,6 @@ ModulePpapi::ModulePpapi() : pp::Module(),
ModulePpapi::~ModulePpapi() {
if (init_was_successful_) {
- NaClSrpcModuleFini();
NaClNrdAllModulesFini();
}
MODULE_PRINTF(("ModulePpapi::~ModulePpapi (this=%p)\n",
@@ -53,7 +52,6 @@ bool ModulePpapi::Init() {
// In the plugin, we don't need high resolution time of day.
NaClAllowLowResolutionTimeOfDay();
NaClNrdAllModulesInit();
- NaClSrpcModuleInit();
#if NACL_WINDOWS
NaClSetBrokerDuplicateHandleFunc(private_interface_->BrokerDuplicateHandle);
« no previous file with comments | « components/nacl/renderer/plugin/DEPS ('k') | components/nacl/renderer/plugin/nacl_subprocess.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698