| Index: ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h b/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h
|
| index 89758fd416b3e912057add264414c6470fb869c6..c48e92f4d894bc042472fb12f2df48d32facf2f0 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h
|
| @@ -79,11 +79,6 @@ class PnaclCoordinator: public CallbackSource<FileStreamData> {
|
| // have been compiled.
|
| pp::CompletionCallback GetCompileProgressCallback(int64_t bytes_compiled);
|
|
|
| - // Return a callback that should be notified when an interesting UMA timing
|
| - // is ready to be reported.
|
| - pp::CompletionCallback GetUMATimeCallback(const nacl::string& event_name,
|
| - int64_t microsecs);
|
| -
|
| // Get the last known load progress.
|
| void GetCurrentProgress(int64_t* bytes_loaded, int64_t* bytes_total);
|
|
|
| @@ -138,10 +133,6 @@ class PnaclCoordinator: public CallbackSource<FileStreamData> {
|
| // Invoked when the read descriptor for nexe_file_ is created.
|
| void NexeReadDidOpen(int32_t pp_error);
|
|
|
| - // Invoked when a UMA timing measurement from the translate thread is ready.
|
| - void DoUMATimeMeasure(
|
| - int32_t pp_error, const nacl::string& event_name, int64_t microsecs);
|
| -
|
| // Bring control back to the plugin by invoking the
|
| // |translate_notify_callback_|. This does not set the ErrorInfo report,
|
| // it is assumed that it was already set.
|
|
|