Index: android_webview/browser/aw_http_auth_handler_base.h |
diff --git a/android_webview/browser/aw_http_auth_handler_base.h b/android_webview/browser/aw_http_auth_handler_base.h |
index c64315070bfe1a69633f216f91bb4d3ca3c99b61..e72003b2a6f819b4cd146acefb8cc809649701cb 100644 |
--- a/android_webview/browser/aw_http_auth_handler_base.h |
+++ b/android_webview/browser/aw_http_auth_handler_base.h |
@@ -29,7 +29,7 @@ class AwHttpAuthHandlerBase { |
// Provides an 'escape-hatch' out to Java for the browser/ layer |
// AwLoginDelegate. |
- virtual void HandleOnUIThread(content::WebContents*) = 0; |
+ virtual bool HandleOnUIThread(content::WebContents*) = 0; |
}; |
} // namespace android_webview |