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

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

Issue 268793002: Pepper: Move DoPostMessage out of trusted plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix threading behavior 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
« no previous file with comments | « ppapi/c/private/ppb_nacl_private.h ('k') | ppapi/native_client/src/trusted/plugin/service_runtime.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/trusted/plugin/service_runtime.h
diff --git a/ppapi/native_client/src/trusted/plugin/service_runtime.h b/ppapi/native_client/src/trusted/plugin/service_runtime.h
index 74dc68d633311faaf9cab66ebdc83ade66a3fbf3..2c1e9a58610c82588ebe98387a3ebbd886d45fe9 100644
--- a/ppapi/native_client/src/trusted/plugin/service_runtime.h
+++ b/ppapi/native_client/src/trusted/plugin/service_runtime.h
@@ -76,13 +76,6 @@ struct SelLdrStartParams {
};
// Callback resources are essentially our continuation state.
-struct PostMessageResource {
- public:
- explicit PostMessageResource(std::string msg)
- : message(msg) {}
- std::string message;
-};
-
struct OpenManifestEntryResource {
public:
OpenManifestEntryResource(const std::string& target_url,
@@ -186,9 +179,6 @@ class PluginReverseInterface: public nacl::ReverseInterface {
OpenManifestEntryAsyncCallback* callback);
protected:
- virtual void PostMessage_MainThreadContinuation(PostMessageResource* p,
- int32_t err);
-
virtual void OpenManifestEntry_MainThreadContinuation(
OpenManifestEntryResource* p,
int32_t err);
« no previous file with comments | « ppapi/c/private/ppb_nacl_private.h ('k') | ppapi/native_client/src/trusted/plugin/service_runtime.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698