| Index: android_webview/native/aw_http_auth_handler.cc
|
| diff --git a/android_webview/native/aw_http_auth_handler.cc b/android_webview/native/aw_http_auth_handler.cc
|
| index 8146eaeda8d01f1448e8483bb8ca86668161e781..0c4fd92776eebff100ca188811e3c7482bd3a992 100644
|
| --- a/android_webview/native/aw_http_auth_handler.cc
|
| +++ b/android_webview/native/aw_http_auth_handler.cc
|
| @@ -74,7 +74,7 @@ AwHttpAuthHandlerBase* AwHttpAuthHandlerBase::Create(
|
| }
|
|
|
| bool RegisterAwHttpAuthHandler(JNIEnv* env) {
|
| - return RegisterNativesImpl(env) >= 0;
|
| + return RegisterNativesImpl(env);
|
| }
|
|
|
| } // namespace android_webview
|
|
|