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

Unified Diff: content/ppapi_plugin/ppapi_thread.h

Issue 10091003: Convert flash to thunk (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
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:

Powered by Google App Engine
This is Rietveld 408576698