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: |