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

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

Issue 321053004: Add limitation that LoadNexeAndStart must be called on the main thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
« no previous file with comments | « no previous file | ppapi/native_client/src/trusted/plugin/plugin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/trusted/plugin/plugin.h
diff --git a/ppapi/native_client/src/trusted/plugin/plugin.h b/ppapi/native_client/src/trusted/plugin/plugin.h
index 42ea700fdb5accb8391f795e1b1fdfb5fbfd2825..a94af081b09eacf9365c2569c59c90df954de7d5 100644
--- a/ppapi/native_client/src/trusted/plugin/plugin.h
+++ b/ppapi/native_client/src/trusted/plugin/plugin.h
@@ -167,9 +167,9 @@ class Plugin : public pp::Instance {
ServiceRuntime* service_runtime);
void LoadNexeAndStart(int32_t pp_error,
teravest 2014/06/10 15:19:25 Please add a comment like the following: " // Th
hidehiko 2014/06/11 07:24:37 Done.
- PP_NaClFileInfo file_info,
ServiceRuntime* service_runtime,
- const pp::CompletionCallback& crash_cb);
+ PP_NaClFileInfo file_info,
+ const pp::CompletionCallback& callback);
// Callback used when getting the URL for the .nexe file. If the URL loading
// is successful, the file descriptor is opened and can be passed to sel_ldr
« no previous file with comments | « no previous file | ppapi/native_client/src/trusted/plugin/plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698