Index: components/nacl/renderer/ppb_nacl_private.h |
diff --git a/components/nacl/renderer/ppb_nacl_private.h b/components/nacl/renderer/ppb_nacl_private.h |
index 7953461bac2de29967b26af4dcf2ba4ab6aacd6b..26836521873ac9cdcc5b7a25aa39974eff459e71 100644 |
--- a/components/nacl/renderer/ppb_nacl_private.h |
+++ b/components/nacl/renderer/ppb_nacl_private.h |
@@ -326,13 +326,6 @@ struct PPB_NaCl_Private { |
const char* url, |
struct PP_NaClFileInfo* file_info, |
struct PP_CompletionCallback callback); |
- /* Reports the status of sel_ldr for UMA reporting. |
- * |max_status| has to be provided because the implementation of this |
- * interface can't access the NaClErrorCode enum. |
- */ |
- void (*ReportSelLdrStatus)(PP_Instance instance, |
- int32_t load_status, |
- int32_t max_status); |
/* Logs time taken by an operation to UMA histograms. |
* This function is safe to call on any thread. |
*/ |
@@ -365,4 +358,3 @@ struct PPB_NaCl_Private { |
*/ |
#endif /* COMPONENTS_NACL_RENDERER_PPB_NACL_PRIVATE_H_ */ |
- |