| Index: content/browser/android/content_view_client.h
|
| diff --git a/content/browser/android/content_view_client.h b/content/browser/android/content_view_client.h
|
| index b0197db1e98905e31c2d716a42c5cd84fecdb5da..fadec83126353a81cc7431e35d4c678f8d513b6e 100644
|
| --- a/content/browser/android/content_view_client.h
|
| +++ b/content/browser/android/content_view_client.h
|
| @@ -82,9 +82,6 @@ class ContentViewClient : public WebContentsDelegate {
|
| void OnReceivedError(int error_code,
|
| const string16& description,
|
| const GURL& url);
|
| - void OnReceivedHttpAuthRequest(jobject auth_handler,
|
| - const string16& host,
|
| - const string16& realm);
|
| void OnDidCommitMainFrame(const GURL& url,
|
| const GURL& base_url);
|
| void OnInterstitialShown();
|
|
|