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

Unified Diff: components/nacl/renderer/nexe_load_manager.cc

Issue 222123004: Pepper: Fix NexeLoadManager::set_exit_status(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/renderer/nexe_load_manager.cc
diff --git a/components/nacl/renderer/nexe_load_manager.cc b/components/nacl/renderer/nexe_load_manager.cc
index dc8e61c1feba53946c7ba520c03b8c19b4764fb8..affcf586adf8da1b061c10ddf083289c63225ab7 100644
--- a/components/nacl/renderer/nexe_load_manager.cc
+++ b/components/nacl/renderer/nexe_load_manager.cc
@@ -323,6 +323,7 @@ void NexeLoadManager::LogToConsole(const std::string& message) {
}
void NexeLoadManager::set_exit_status(int exit_status) {
+ exit_status_ = exit_status;
ppapi::ScopedPPVar exit_status_name_var(
ppapi::ScopedPPVar::PassRef(),
ppapi::StringVar::StringToPPVar("exitStatus"));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698