From e87756663c751faea164d8deddbfccbfbbb1cfca Mon Sep 17 00:00:00 2001 From: "jcampan@chromium.org" Date: Thu, 6 Nov 2008 20:09:34 +0000 Subject: Reverting the autofill popu CL as it creates perf regression. TBR=nsylvain Review URL: http://codereview.chromium.org/9460 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4908 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/render_widget_host_view_win.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'chrome/browser/render_widget_host_view_win.h') diff --git a/chrome/browser/render_widget_host_view_win.h b/chrome/browser/render_widget_host_view_win.h index d1b7730..ff609f3 100644 --- a/chrome/browser/render_widget_host_view_win.h +++ b/chrome/browser/render_widget_host_view_win.h @@ -65,11 +65,6 @@ class RenderWidgetHostViewWin : close_on_deactivate_ = close_on_deactivate; } - void set_focus_on_show(bool focus) { - focus_on_show_ = focus; - } - bool focus_on_show() const { return focus_on_show_; } - void set_parent_hwnd(HWND parent) { parent_hwnd_ = parent; } DECLARE_WND_CLASS_EX(kRenderWidgetHostHWNDClass, CS_DBLCLKS, 0); @@ -265,9 +260,6 @@ class RenderWidgetHostViewWin : // value returns true for is_null() if we are not recording whiteout times. base::TimeTicks whiteout_start_time_; - // Whether the window should get focus when shown. Default is true. - bool focus_on_show_; - // Whether the renderer is made accessible. // TODO(jcampan): http://b/issue?id=1432077 This is a temporary work-around // until that bug is fixed. -- cgit v1.1