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 90b93b79cabd42887ee730803d4d382104b18f01..bd4047b71299f7ed6d3398f7aaa778b2a4555bed 100644 |
--- a/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h |
+++ b/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h |
@@ -152,8 +152,6 @@ class PnaclCoordinator: public CallbackSource<FileStreamData> { |
void BitcodeStreamGotData(int32_t pp_error, FileStreamData data); |
// Invoked when the pexe download finishes (using streaming translation) |
void BitcodeStreamDidFinish(int32_t pp_error); |
- // Invoked after we have started pulling down the bitcode file. |
- void BitcodeFileDidOpen(int32_t pp_error); |
// Invoked when the write descriptor for obj_file_ is created. |
void ObjectWriteDidOpen(int32_t pp_error); |
// Invoked when the read descriptor for obj_file_ is created. |
@@ -223,7 +221,6 @@ class PnaclCoordinator: public CallbackSource<FileStreamData> { |
// Downloader for streaming translation |
nacl::scoped_ptr<FileDownloader> streaming_downloader_; |
- bool do_streaming_translation_; |
// Used to report information when errors (PPAPI or otherwise) are reported. |
ErrorInfo error_info_; |