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

Unified Diff: ppapi/nacl_irt/plugin_main.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/nacl_irt/irt_ppapi.cc ('k') | ppapi/nacl_irt/plugin_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/nacl_irt/plugin_main.h
diff --git a/ppapi/nacl_irt/plugin_main.h b/ppapi/nacl_irt/plugin_main.h
deleted file mode 100644
index 75fc1124affe4959cf580d6d8c281aaec2986a4d..0000000000000000000000000000000000000000
--- a/ppapi/nacl_irt/plugin_main.h
+++ /dev/null
@@ -1,25 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef PPAPI_NACL_IRT_PLUGIN_MAIN_H_
-#define PPAPI_NACL_IRT_PLUGIN_MAIN_H_
-
-#include "ppapi/nacl_irt/public/irt_ppapi.h"
-#include "ppapi/proxy/ppapi_proxy_export.h"
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-// The entry point for the main thread of the PPAPI plugin process.
-PPAPI_PROXY_EXPORT int PpapiPluginMain(void);
-
-PPAPI_PROXY_EXPORT void PpapiPluginRegisterThreadCreator(
- const struct PP_ThreadFunctions* new_funcs);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif // PPAPI_NACL_IRT_PLUGIN_MAIN_H_
« no previous file with comments | « ppapi/nacl_irt/irt_ppapi.cc ('k') | ppapi/nacl_irt/plugin_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698