diff options
Diffstat (limited to 'chrome/browser/ui/views/keyboard_overlay_delegate.h')
-rw-r--r-- | chrome/browser/ui/views/keyboard_overlay_delegate.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/ui/views/keyboard_overlay_delegate.h b/chrome/browser/ui/views/keyboard_overlay_delegate.h index 207f69b..bb48638 100644 --- a/chrome/browser/ui/views/keyboard_overlay_delegate.h +++ b/chrome/browser/ui/views/keyboard_overlay_delegate.h @@ -6,6 +6,7 @@ #define CHROME_BROWSER_UI_VIEWS_KEYBOARD_OVERLAY_DELEGATE_H_ #include "chrome/browser/ui/webui/html_dialog_ui.h" +#include "ui/gfx/native_widget_types.h" class HtmlDialogView; @@ -14,6 +15,9 @@ class KeyboardOverlayDelegate : public HtmlDialogUIDelegate { public: explicit KeyboardOverlayDelegate(const std::wstring& title); + // Shows the keyboard overlay dialog box. + static void ShowDialog(gfx::NativeWindow owning_window); + void set_view(HtmlDialogView* html_view) { view_ = html_view; } |