PasswordManagerInternalsUI: Postpone logging after WebContents loads
[chromium-blink-merge.git] / win8 / metro_driver / metro_driver.h
blob2b7d548bfba9ff56d41cbcb0bad0313734876351
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef WIN8_METRO_DRIVER_METRO_DRIVER_H_
6 #define WIN8_METRO_DRIVER_METRO_DRIVER_H_
8 #include "stdafx.h"
10 class ChromeAppViewFactory
11 : public mswr::RuntimeClass<winapp::Core::IFrameworkViewSource> {
12 public:
13 ChromeAppViewFactory(winapp::Core::ICoreApplication* icore_app);
14 IFACEMETHOD(CreateView)(winapp::Core::IFrameworkView** view);
17 #endif // WIN8_METRO_DRIVER_METRO_DRIVER_H_