| Index: android_webview/native/aw_contents.h
|
| diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
|
| index 6283f98575f4aa5d7331d2a17cfcae1ab5ed4b06..09b59aad7138a663a4027aa49689ae402f8d3ce9 100644
|
| --- a/android_webview/native/aw_contents.h
|
| +++ b/android_webview/native/aw_contents.h
|
| @@ -39,6 +39,8 @@ class AwContents {
|
| bool private_browsing);
|
| ~AwContents();
|
|
|
| + AwWebContentsDelegate* GetAwWebContentsDelegate() const;
|
| +
|
| // |handler| is an instance of
|
| // org.chromium.android_webview.AwHttpAuthHandler.
|
| void onReceivedHttpAuthRequest(const base::android::JavaRef<jobject>& handler,
|
|
|