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

Side by Side Diff: ppapi/nacl_irt/irt_ppapi.h

Issue 1512233002: PPAPI/NaCl: Move plugin_main.cc's contents into irt_ppapi.cc (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 5 years 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 unified diff | Download patch
« no previous file with comments | « no previous file | ppapi/nacl_irt/irt_ppapi.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef PPAPI_NACL_IRT_IRT_PPAPI_H_ 5 #ifndef PPAPI_NACL_IRT_IRT_PPAPI_H_
6 #define PPAPI_NACL_IRT_IRT_PPAPI_H_ 6 #define PPAPI_NACL_IRT_IRT_PPAPI_H_
7 7
8 extern "C" int irt_ppapi_start(const struct PP_StartFunctions* funcs); 8 #include "ppapi/nacl_irt/public/irt_ppapi.h"
9
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13
14 int irt_ppapi_start(const struct PP_StartFunctions* funcs);
15
16 void PpapiPluginRegisterThreadCreator(
17 const struct PP_ThreadFunctions* new_funcs);
18
19 #ifdef __cplusplus
20 }
21 #endif
9 22
10 #endif // PPAPI_NACL_IRT_IRT_PPAPI_H_ 23 #endif // PPAPI_NACL_IRT_IRT_PPAPI_H_
OLDNEW
« no previous file with comments | « no previous file | ppapi/nacl_irt/irt_ppapi.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698