| Index: chrome/browser/ui/tab_contents/core_tab_helper.cc
|
| diff --git a/chrome/browser/ui/tab_contents/core_tab_helper.cc b/chrome/browser/ui/tab_contents/core_tab_helper.cc
|
| index 99f93b25c36a17041eb697346606b1a00137d501..d30bbaf5043f1695cef28e2642d899bfb7a6087e 100644
|
| --- a/chrome/browser/ui/tab_contents/core_tab_helper.cc
|
| +++ b/chrome/browser/ui/tab_contents/core_tab_helper.cc
|
| @@ -150,7 +150,7 @@ void CoreTabHelper::WasShown() {
|
| web_contents()->GetRenderProcessHost()->GetID());
|
| }
|
|
|
| -void CoreTabHelper::WebContentsDestroyed(WebContents* web_contents) {
|
| +void CoreTabHelper::WebContentsDestroyed() {
|
| // OnCloseStarted isn't called in unit tests.
|
| if (!close_start_time_.is_null()) {
|
| bool fast_tab_close_enabled = CommandLine::ForCurrentProcess()->HasSwitch(
|
|
|