| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index fa1837dddb554135435a8e9a26c7fd0e2606b698..4362e67c1549d39df304a82b5428bda275f740bd 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -660,8 +660,8 @@ class CONTENT_EXPORT WebContentsImpl
|
| // The time that we started to create the new tab page.
|
| base::TimeTicks new_tab_start_time_;
|
|
|
| - // The time that we started to close the tab.
|
| - base::TimeTicks tab_close_start_time_;
|
| + // The time that we started to close this WebContents.
|
| + base::TimeTicks close_start_time_;
|
|
|
| // The time that this tab was last selected.
|
| base::TimeTicks last_selected_time_;
|
|
|