| Index: chrome/browser/ui/extensions/native_app_window.h
|
| diff --git a/chrome/browser/ui/extensions/native_app_window.h b/chrome/browser/ui/extensions/native_app_window.h
|
| index c6e1db83f7b4068b4fc0bd47961ccc7f894fc875..811f4ed489d6d756a8404a02aaef2f86fb970533 100644
|
| --- a/chrome/browser/ui/extensions/native_app_window.h
|
| +++ b/chrome/browser/ui/extensions/native_app_window.h
|
| @@ -7,12 +7,13 @@
|
|
|
| #include "chrome/browser/ui/base_window.h"
|
| #include "chrome/browser/ui/extensions/shell_window.h"
|
| +#include "chrome/browser/ui/web_contents_modal_dialog_host.h"
|
| #include "ui/gfx/insets.h"
|
|
|
| // This is an interface to a native implementation of a shell window, used for
|
| // new-style packaged apps. Shell windows contain a web contents, but no tabs
|
| // or URL bar.
|
| -class NativeAppWindow : public BaseWindow {
|
| +class NativeAppWindow : public BaseWindow, public WebContentsModalDialogHost {
|
| public:
|
| // Used by ShellWindow to instantiate the platform-specific ShellWindow code.
|
| static NativeAppWindow* Create(ShellWindow* window,
|
|
|