Chromium Code Reviews| Index: content/browser/frame_host/navigator_impl.cc |
| diff --git a/content/browser/frame_host/navigator_impl.cc b/content/browser/frame_host/navigator_impl.cc |
| index 584f950b44185549ae195358c7322d4d71af7887..856202eae3e09681cbc40d7b36585f1822fc238a 100644 |
| --- a/content/browser/frame_host/navigator_impl.cc |
| +++ b/content/browser/frame_host/navigator_impl.cc |
| @@ -887,7 +887,6 @@ void NavigatorImpl::RecordNavigationMetrics( |
| navigation_data_->start_time_ - |
| navigation_data_->before_unload_delay_; |
| if (navigation_data_->is_restoring_from_last_session_) { |
| - DCHECK(!navigation_data_->before_unload_delay_.InMicroseconds()); |
|
carlosk
2014/10/15 12:29:04
This needed to be removed as I found out that afte
|
| UMA_HISTOGRAM_TIMES( |
| "Navigation.TimeToCommit_SessionRestored", |
| time_to_commit); |