| 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 963fd1e7dc2c44a6ceac3ee14a4a0514fbb530cb..d6ee015f96a96674a134225f3646b5f8138cfcfc 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h
|
| @@ -158,8 +158,10 @@ class PnaclCoordinator: public CallbackSource<FileStreamData> {
|
| const PnaclOptions& pnacl_options,
|
| const pp::CompletionCallback& translate_notify_callback);
|
|
|
| + // Callback for when the resource info JSON file has been read.
|
| + void ResourceInfoWasRead(int32_t pp_error);
|
| +
|
| // Callback for when llc and ld have been downloaded.
|
| - // This is the first callback invoked in response to BitcodeToNative.
|
| void ResourcesDidLoad(int32_t pp_error);
|
|
|
| // Callbacks for temporary file related stages.
|
|
|