| 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 26e6d0a1768a028b7e8fab6b4c62e8a64d574b45..69cddfc2ce23820d81da111f108ae94fef95d7d0 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -3277,9 +3277,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,
|
|
|