| 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 878d780856bd415daa84742e9324d7dde076cd3f..89617d500971d4d3a88cd17f42e822c52742c546 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,
|
|
|