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

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

Issue 424893003: Pepper: Move NaCl fatal logging to Chrome IPC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix for dmichael Created 6 years, 5 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.h
diff --git a/ppapi/native_client/src/trusted/plugin/service_runtime.h b/ppapi/native_client/src/trusted/plugin/service_runtime.h
index 1b24ff5922c4098cdca9fd47ff7c66c9c3aea441..dc7033052b93eec7fa3c0357244e833fb59d93c9 100644
--- a/ppapi/native_client/src/trusted/plugin/service_runtime.h
+++ b/ppapi/native_client/src/trusted/plugin/service_runtime.h
@@ -197,8 +197,6 @@ class ServiceRuntime {
int exit_status(); // const, but grabs mutex etc.
void set_exit_status(int exit_status);
- nacl::string GetCrashLogOutput();
-
bool main_service_runtime() const { return main_service_runtime_; }
private:

Powered by Google App Engine
This is Rietveld 408576698