Chromium Code Reviews| 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); |