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

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

Issue 469423002: NaCl: Send fatal log messages via shared memory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove commented out line Created 6 years, 4 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/service_runtime.cc
diff --git a/ppapi/native_client/src/trusted/plugin/service_runtime.cc b/ppapi/native_client/src/trusted/plugin/service_runtime.cc
index 7802af30b1f7aa4711af327b0aa42c72c7ab3311..d570f4cfc5b25f158c6682b9a59ecce4d77a3af4 100644
--- a/ppapi/native_client/src/trusted/plugin/service_runtime.cc
+++ b/ppapi/native_client/src/trusted/plugin/service_runtime.cc
@@ -588,12 +588,4 @@ void ServiceRuntime::set_exit_status(int exit_status) {
plugin_->set_exit_status(exit_status & 0xff);
}
-nacl::string ServiceRuntime::GetCrashLogOutput() {
- if (NULL != subprocess_.get()) {
- return subprocess_->GetCrashLogOutput();
- } else {
- return std::string();
- }
-}
-
} // namespace plugin

Powered by Google App Engine
This is Rietveld 408576698