| Index: content/browser/android/web_contents_observer_proxy.cc
|
| diff --git a/content/browser/android/web_contents_observer_proxy.cc b/content/browser/android/web_contents_observer_proxy.cc
|
| index d2aba5ab19f23e41886d9d5817e6f2b50faa3b22..b9e23ac980beb253840b61050245f4e1159ac4cb 100644
|
| --- a/content/browser/android/web_contents_observer_proxy.cc
|
| +++ b/content/browser/android/web_contents_observer_proxy.cc
|
| @@ -296,7 +296,7 @@ void WebContentsObserverProxy::DidFirstVisuallyNonEmptyPaint() {
|
|
|
| void WebContentsObserverProxy::DidStartNavigationToPendingEntry(
|
| const GURL& url,
|
| - NavigationController::ReloadType reload_type) {
|
| + ReloadType reload_type) {
|
| JNIEnv* env = AttachCurrentThread();
|
| ScopedJavaLocalRef<jobject> obj(java_observer_);
|
| ScopedJavaLocalRef<jstring> jstring_url(
|
|
|