| Index: chrome/browser/history/history_tab_helper.cc
|
| diff --git a/chrome/browser/history/history_tab_helper.cc b/chrome/browser/history/history_tab_helper.cc
|
| index 22567445123d5b32c5e3d4fcedc4abd3a38660a9..03ccc8157f2f73e4ad75c88d34b47967bfb6f21f 100644
|
| --- a/chrome/browser/history/history_tab_helper.cc
|
| +++ b/chrome/browser/history/history_tab_helper.cc
|
| @@ -154,9 +154,6 @@ HistoryService* HistoryTabHelper::GetHistoryService() {
|
| }
|
|
|
| void HistoryTabHelper::WebContentsDestroyed(WebContents* tab) {
|
| - // TODO(sky): nuke this since no one is using visit_duration (and this is all
|
| - // wrong).
|
| -
|
| // We update the history for this URL.
|
| // The content returned from web_contents() has been destroyed by now.
|
| // We need to use tab value directly.
|
|
|