Index: content/ppapi_plugin/ppapi_thread.h |
diff --git a/content/ppapi_plugin/ppapi_thread.h b/content/ppapi_plugin/ppapi_thread.h |
index 0e21d5611ea7b5cfd8e17b5ebd9dc7d3bb8a6a5b..3d991443526ee5db935243df5e1d94b8663e3545 100644 |
--- a/content/ppapi_plugin/ppapi_thread.h |
+++ b/content/ppapi_plugin/ppapi_thread.h |
@@ -15,6 +15,7 @@ |
#include "base/scoped_native_library.h" |
#include "build/build_config.h" |
#include "content/common/child_thread.h" |
+#include "content/public/plugin/content_plugin_client.h" |
#include "ipc/ipc_listener.h" |
#include "ppapi/c/pp_module.h" |
#include "ppapi/c/trusted/ppp_broker.h" |
@@ -113,6 +114,9 @@ class PpapiThread : public ChildThread, |
// Sets up the name of the plugin for logging using the given path. |
void SavePluginName(const base::FilePath& path); |
+ void ReportPluginLoadStatus(const base::FilePath& path, |
ddorwin
2013/04/08 18:04:34
Status or Result?
xhwang
2013/04/09 00:34:11
Done.
|
+ ContentPluginClient::PluginLoadStatus status); |
+ |
// True if running in a broker process rather than a normal plugin process. |
bool is_broker_; |