diff options
| author | chase@chromium.org <chase@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-11 19:11:39 +0000 |
|---|---|---|
| committer | chase@chromium.org <chase@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-11 19:11:39 +0000 |
| commit | a0ea4f94228fc967297e80ec08fc1d96d699b1e5 (patch) | |
| tree | ac0f29711237e0c68eb8c38188626faa0276b08c /chrome/browser/renderer_host/render_widget_host_view_mac.h | |
| parent | 85c5b0230b1a9a9d8e02ad6049c31bf55eb5c076 (diff) | |
| download | chromium_src-a0ea4f94228fc967297e80ec08fc1d96d699b1e5.zip chromium_src-a0ea4f94228fc967297e80ec08fc1d96d699b1e5.tar.gz chromium_src-a0ea4f94228fc967297e80ec08fc1d96d699b1e5.tar.bz2 | |
Revert "Add a RWH_TabSwitchPaintDuration histogram."
Causes tab_switching_test to go red. Reverting this commit
which is part of the investigation.
BUG=4104
TEST=tab_switching_test goes green
Review URL: http://codereview.chromium.org/384049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31683 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/renderer_host/render_widget_host_view_mac.h')
| -rw-r--r-- | chrome/browser/renderer_host/render_widget_host_view_mac.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/renderer_host/render_widget_host_view_mac.h b/chrome/browser/renderer_host/render_widget_host_view_mac.h index 67c8abf..9d6ffbb 100644 --- a/chrome/browser/renderer_host/render_widget_host_view_mac.h +++ b/chrome/browser/renderer_host/render_widget_host_view_mac.h @@ -140,9 +140,6 @@ class RenderWidgetHostViewMac : public RenderWidgetHostView { // value returns true for is_null() if we are not recording whiteout times. base::TimeTicks whiteout_start_time_; - // The time it took after this view was selected for it to be fully painted. - base::TimeTicks tab_switch_paint_time_; - // Variables used by our implementaion of the NSTextInput protocol. // An input method of Mac calls the methods of this protocol not only to // notify an application of its status, but also to retrieve the status of |
