| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index df79088aa084d801e41cbbed7f25ed4c8afd0d16..066b0b7ec03993a0b562b5a0bc4760bedc95839d 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -3279,9 +3279,8 @@ void WebContentsImpl::NotifyChangedNavigationState(
|
| NotifyNavigationStateChanged(changed_flags);
|
| }
|
|
|
| -void WebContentsImpl::DidStartNavigationToPendingEntry(
|
| - const GURL& url,
|
| - NavigationController::ReloadType reload_type) {
|
| +void WebContentsImpl::DidStartNavigationToPendingEntry(const GURL& url,
|
| + ReloadType reload_type) {
|
| // Notify observers about navigation.
|
| FOR_EACH_OBSERVER(
|
| WebContentsObserver,
|
|
|