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

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

Issue 170663002: Pepper: Remove PluginReverseInterface::Log. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | « no previous file | 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 8186e5b54e5c4720d7b2da08b85254530f96396d..3094cdb310b872be72753971a021f805c3c400c5 100644
--- a/ppapi/native_client/src/trusted/plugin/service_runtime.h
+++ b/ppapi/native_client/src/trusted/plugin/service_runtime.h
@@ -73,14 +73,6 @@ struct SelLdrStartParams {
};
// Callback resources are essentially our continuation state.
-
-struct LogToJavaScriptConsoleResource {
- public:
- explicit LogToJavaScriptConsoleResource(std::string msg)
- : message(msg) {}
- std::string message;
-};
-
struct PostMessageResource {
public:
explicit PostMessageResource(std::string msg)
@@ -157,8 +149,6 @@ class PluginReverseInterface: public nacl::ReverseInterface {
void ShutDown();
- virtual void Log(nacl::string message);
-
virtual void DoPostMessage(nacl::string message);
virtual void StartupInitializationComplete();
@@ -183,9 +173,6 @@ class PluginReverseInterface: public nacl::ReverseInterface {
void AddTempQuotaManagedFile(const nacl::string& file_id);
protected:
- virtual void Log_MainThreadContinuation(LogToJavaScriptConsoleResource* p,
- int32_t err);
-
virtual void PostMessage_MainThreadContinuation(PostMessageResource* p,
int32_t err);
« no previous file with comments | « no previous file | ppapi/native_client/src/trusted/plugin/service_runtime.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698