Index: content/ppapi_plugin/ppapi_thread.h |
diff --git a/content/ppapi_plugin/ppapi_thread.h b/content/ppapi_plugin/ppapi_thread.h |
index dfd23ab161b26f4623d0975fb256b56f336258ba..1d09889fb845cd628b1908bb0fc30a25c8049ba4 100644 |
--- a/content/ppapi_plugin/ppapi_thread.h |
+++ b/content/ppapi_plugin/ppapi_thread.h |
@@ -22,6 +22,7 @@ |
#include "ppapi/proxy/plugin_globals.h" |
#include "ppapi/proxy/plugin_proxy_delegate.h" |
+class CommandLine; |
class FilePath; |
class PpapiWebKitPlatformSupportImpl; |
@@ -33,7 +34,7 @@ class PpapiThread : public ChildThread, |
public ppapi::proxy::PluginDispatcher::PluginDelegate, |
public ppapi::proxy::PluginProxyDelegate { |
public: |
- explicit PpapiThread(bool is_broker); |
+ explicit PpapiThread(const CommandLine& command_line, bool is_broker); |
yzshen1
2012/04/18 17:57:22
'explicit' is not needed anymore.
|
virtual ~PpapiThread(); |
private: |