diff options
Diffstat (limited to 'chrome/browser/ui/views/notifications/balloon_view_host.h')
-rw-r--r-- | chrome/browser/ui/views/notifications/balloon_view_host.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/ui/views/notifications/balloon_view_host.h b/chrome/browser/ui/views/notifications/balloon_view_host.h index e3b0a23..3ad8b07 100644 --- a/chrome/browser/ui/views/notifications/balloon_view_host.h +++ b/chrome/browser/ui/views/notifications/balloon_view_host.h @@ -35,14 +35,7 @@ class BalloonViewHost : public BalloonHost { // Initialize the view, parented to |parent|, and show it. void Init(gfx::NativeView parent); - protected: - virtual void InitRenderWidgetHostView(); - virtual RenderWidgetHostView* render_widget_host_view() const; - private: - // The platform-specific widget host view. Pointer is owned by the RVH. - RenderWidgetHostView* render_widget_host_view_; - // The views-specific host view. Pointer owned by the views hierarchy. views::NativeViewHost* native_host_; |