Chromium Code Reviews| Index: win8/metro_driver/chrome_app_view_ash.h |
| =================================================================== |
| --- win8/metro_driver/chrome_app_view_ash.h (revision 234017) |
| +++ win8/metro_driver/chrome_app_view_ash.h (working copy) |
| @@ -82,6 +82,8 @@ |
| void OnFolderPickerCompleted(FolderPickerSession* folder_picker, |
| bool success); |
| + HWND core_window() const { return core_window_hwnd_; } |
|
ananta
2013/11/09 02:59:23
Please rename to core_window_hwnd() or rename the
cpu_(ooo_6.6-7.5)
2013/11/09 03:08:11
Done.
|
| + |
| private: |
| HRESULT OnActivate(winapp::Core::ICoreApplicationView* view, |
| winapp::Activation::IActivatedEventArgs* args); |