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

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

Issue 282683002: Pepper: Simplify LaunchSelLdr error reporting. (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/sel_ldr_launcher_chrome.h
diff --git a/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h b/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h
index 7ab23394eb4ff01a73fd5e8cccf43037b11c5a81..72b3eeed67ea30833bdff21d247201c470ba434c 100644
--- a/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h
+++ b/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h
@@ -7,7 +7,6 @@
#include "native_client/src/trusted/nonnacl_util/sel_ldr_launcher.h"
#include "ppapi/c/pp_instance.h"
-#include "ppapi/c/pp_var.h"
#include "ppapi/c/private/ppb_nacl_private.h"
#include "ppapi/cpp/completion_callback.h"
@@ -17,6 +16,7 @@ class SelLdrLauncherChrome : public nacl::SelLdrLauncherBase {
public:
virtual bool Start(const char* url);
virtual void Start(PP_Instance instance,
+ bool main_service_runtime,
const char* url,
bool uses_irt,
bool uses_ppapi,
@@ -27,7 +27,6 @@ class SelLdrLauncherChrome : public nacl::SelLdrLauncherBase {
bool enable_crash_throttling,
const PPP_ManifestService* manifest_service_interface,
void* manifest_service_user_data,
- PP_Var* error_message,
pp::CompletionCallback callback);
};

Powered by Google App Engine
This is Rietveld 408576698