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

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

Issue 294633003: Pepper: Move StreamAsFile out of trusted plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 7 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/service_runtime.h
diff --git a/ppapi/native_client/src/trusted/plugin/service_runtime.h b/ppapi/native_client/src/trusted/plugin/service_runtime.h
index 5a93d27e54385882e4db1d0256c230e7efe60243..123b699d89bc5a3d9088761dd8946d354ea5a261 100644
--- a/ppapi/native_client/src/trusted/plugin/service_runtime.h
+++ b/ppapi/native_client/src/trusted/plugin/service_runtime.h
@@ -89,6 +89,7 @@ struct OpenManifestEntryResource {
std::string url;
struct NaClFileInfo* file_info;
+ PP_NaClFileInfo pp_file_info;
bool* op_complete_ptr;
OpenManifestEntryAsyncCallback* callback;
};

Powered by Google App Engine
This is Rietveld 408576698