summaryrefslogtreecommitdiffstats
path: root/win8/metro_driver/metro_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'win8/metro_driver/metro_driver.h')
-rw-r--r--win8/metro_driver/metro_driver.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/win8/metro_driver/metro_driver.h b/win8/metro_driver/metro_driver.h
index c4ea2ab..2b7d548 100644
--- a/win8/metro_driver/metro_driver.h
+++ b/win8/metro_driver/metro_driver.h
@@ -10,9 +10,7 @@
class ChromeAppViewFactory
: public mswr::RuntimeClass<winapp::Core::IFrameworkViewSource> {
public:
- ChromeAppViewFactory(winapp::Core::ICoreApplication* icore_app,
- LPTHREAD_START_ROUTINE host_main,
- void* host_context);
+ ChromeAppViewFactory(winapp::Core::ICoreApplication* icore_app);
IFACEMETHOD(CreateView)(winapp::Core::IFrameworkView** view);
};