Index: chrome/browser/android/tab_android.h |
diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h |
index ab8549a356ffaca1848e11ce1874df2d5331a7b1..d60da3905678926b266323ca67c1a3c25a247275 100644 |
--- a/chrome/browser/android/tab_android.h |
+++ b/chrome/browser/android/tab_android.h |
@@ -40,6 +40,10 @@ class TabAndroid { |
return tab_id_; |
} |
+ virtual void OnReceivedHttpAuthRequest(jobject auth_handler, |
+ const string16& host, |
+ const string16& realm) = 0; |
+ |
// Called to show the regular context menu that is triggered by a long press. |
virtual void ShowContextMenu(const content::ContextMenuParams& params) = 0; |