Index: chrome/browser/ui/views/keyboard_overlay_delegate.h |
diff --git a/chrome/browser/ui/views/keyboard_overlay_delegate.h b/chrome/browser/ui/views/keyboard_overlay_delegate.h |
index 5ed3f5752361a1179d99182e3c386ba3175ba814..169bc60c365f1c9192b5381196a95eb98e9e030e 100644 |
--- a/chrome/browser/ui/views/keyboard_overlay_delegate.h |
+++ b/chrome/browser/ui/views/keyboard_overlay_delegate.h |
@@ -15,8 +15,7 @@ class KeyboardOverlayDelegate : public ui::WebDialogDelegate { |
public: |
explicit KeyboardOverlayDelegate(const string16& title); |
- WebDialogView* view() { return view_; } |
- void set_view(WebDialogView* view) { view_ = view; } |
+ void Show(WebDialogView* view); |
// Overridden from ui::WebDialogDelegate: |
virtual void GetDialogSize(gfx::Size* size) const OVERRIDE; |