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

Unified Diff: components/nacl/renderer/ppb_nacl_private.h

Issue 1090233003: Set up a NaCl load status callback to start replacing "start_module". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use the enum instead of int Created 5 years, 8 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: 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_ */
-
« no previous file with comments | « components/nacl/renderer/plugin/service_runtime.cc ('k') | components/nacl/renderer/ppb_nacl_private_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698