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

Unified Diff: chrome/browser/android/tab_android.cc

Issue 378633002: Upstream support for basic Http authentication. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« no previous file with comments | « chrome/browser/android/tab_android.h ('k') | chrome/browser/ui/android/chrome_http_auth_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/tab_android.cc
diff --git a/chrome/browser/android/tab_android.cc b/chrome/browser/android/tab_android.cc
index baa0a000cb2aeef6856c7b08386b17534184d8da..4b1a8762b9090705d026b1fa8c153ba9d59ed6d3 100644
--- a/chrome/browser/android/tab_android.cc
+++ b/chrome/browser/android/tab_android.cc
@@ -173,12 +173,6 @@ void TabAndroid::HandlePopupNavigation(chrome::NavigateParams* params) {
NOTIMPLEMENTED();
}
-void TabAndroid::OnReceivedHttpAuthRequest(jobject auth_handler,
- const base::string16& host,
- const base::string16& realm) {
- NOTIMPLEMENTED();
-}
-
bool TabAndroid::ShouldWelcomePageLinkToTermsOfService() {
NOTIMPLEMENTED();
return false;
« no previous file with comments | « chrome/browser/android/tab_android.h ('k') | chrome/browser/ui/android/chrome_http_auth_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698