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

Unified Diff: components/nacl/renderer/plugin/srpc_params.h

Issue 977893003: Remove some unused NaCl srpc methods (AttachService, ctor variant) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: xx Created 5 years, 10 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/srpc_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/renderer/plugin/srpc_params.h
diff --git a/components/nacl/renderer/plugin/srpc_params.h b/components/nacl/renderer/plugin/srpc_params.h
index ff24442798199d5f6c9b1f1c60bd2f9ade447285..1052b6f895041280cdb126df0980a487aeb785c6 100644
--- a/components/nacl/renderer/plugin/srpc_params.h
+++ b/components/nacl/renderer/plugin/srpc_params.h
@@ -21,12 +21,6 @@ class SrpcParams {
memset(outs_, 0, sizeof(outs_));
}
- SrpcParams(const char* in_types, const char* out_types) {
- if (!Init(in_types, out_types)) {
- FreeAll();
- }
- }
-
~SrpcParams() {
FreeAll();
}
« no previous file with comments | « components/nacl/renderer/plugin/srpc_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698