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

Unified Diff: ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h

Issue 10800084: Remove non-streaming translation code from pnacl coordinator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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: 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_;

Powered by Google App Engine
This is Rietveld 408576698