Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Unified Diff: content/browser/android/content_view_client.h

Issue 10821116: Upstream ChromeHttpAuthHandler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased downstream and added the recent changes Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698