Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3682)

Unified Diff: chrome/browser/ui/views/keyboard_overlay_dialog_view.h

Issue 10447125: Show only one instance of the keyboard overlay. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/views/keyboard_overlay_dialog_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/keyboard_overlay_dialog_view.h
diff --git a/chrome/browser/ui/views/keyboard_overlay_dialog_view.h b/chrome/browser/ui/views/keyboard_overlay_dialog_view.h
index 533ed4864fe85e856f013ff49a5f4ccd487d1857..1dd846296dc3f1aac53ae1ed1758397cc728c4c8 100644
--- a/chrome/browser/ui/views/keyboard_overlay_dialog_view.h
+++ b/chrome/browser/ui/views/keyboard_overlay_dialog_view.h
@@ -21,6 +21,9 @@ class KeyboardOverlayDialogView : public WebDialogView {
KeyboardOverlayDialogView(Profile* profile, ui::WebDialogDelegate* delegate);
virtual ~KeyboardOverlayDialogView();
+ // Overridden from views::WidgetDelegate:
+ void WindowClosing() OVERRIDE;
tfarina 2012/05/31 21:46:01 nit: missing virtual keyword here.
mazda 2012/05/31 21:58:45 Done.
+
// Shows the keyboard overlay.
static void ShowDialog();
« no previous file with comments | « no previous file | chrome/browser/ui/views/keyboard_overlay_dialog_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698