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

Unified Diff: src/trusted/service_runtime/sel_main_chrome.h

Issue 135853021: NaCl: Expose NaClApp to embedding layer. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Update test also Created 6 years, 11 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: src/trusted/service_runtime/sel_main_chrome.h
diff --git a/src/trusted/service_runtime/sel_main_chrome.h b/src/trusted/service_runtime/sel_main_chrome.h
index 043575cf72ac82a7cdc6bfce5ad0340cae034e15..bc124eec72c106c7d07c1636ea1226a6c04897de 100644
--- a/src/trusted/service_runtime/sel_main_chrome.h
+++ b/src/trusted/service_runtime/sel_main_chrome.h
@@ -153,6 +153,12 @@ struct NaClChromeMainArgs {
struct NaClChromeMainArgs *NaClChromeMainArgsCreate(void);
/* Launch NaCl. */
+struct NaClApp;
+struct NaClApp* NaClAppCreate(void);
Mark Seaborn 2014/01/17 16:42:06 Why do you want to do the interface like this rath
+void NaClChromeMainStartApp(struct NaClApp *app,
+ struct NaClChromeMainArgs *args);
+
+/* DEPRECATED. TODO(teravest): Remove. */
void NaClChromeMainStart(struct NaClChromeMainArgs *args);
« no previous file with comments | « no previous file | src/trusted/service_runtime/sel_main_chrome.c » ('j') | src/trusted/service_runtime/sel_main_chrome.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698