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

Unified Diff: ppapi/native_client/src/trusted/plugin/nacl_subprocess.cc

Issue 868273002: NaCl: Fix Chromium style warnings in src/trusted/plugin/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 5 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
Index: ppapi/native_client/src/trusted/plugin/nacl_subprocess.cc
diff --git a/ppapi/native_client/src/trusted/plugin/nacl_subprocess.cc b/ppapi/native_client/src/trusted/plugin/nacl_subprocess.cc
index c9d68d7a0ca2ce87f8c83d35d5adba754cb7bdf6..b3ea6cba00db654b190674606b3a2f45baa393a7 100644
--- a/ppapi/native_client/src/trusted/plugin/nacl_subprocess.cc
+++ b/ppapi/native_client/src/trusted/plugin/nacl_subprocess.cc
@@ -12,6 +12,14 @@
namespace plugin {
+NaClSubprocess::NaClSubprocess(const std::string& description,
+ ServiceRuntime* service_runtime,
+ SrpcClient* srpc_client)
+ : description_(description),
+ service_runtime_(service_runtime),
+ srpc_client_(srpc_client) {
+}
+
std::string NaClSubprocess::detailed_description() const {
std::stringstream ss;
ss << description()
« no previous file with comments | « ppapi/native_client/src/trusted/plugin/nacl_subprocess.h ('k') | ppapi/native_client/src/trusted/plugin/plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698