Index: chrome/browser/tab_contents/tab_contents.h |
diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h |
index e50345562aa67da203be06f937edfb66cd788889..58460215acaae3232650b21ac8e35e29e8d54688 100644 |
--- a/chrome/browser/tab_contents/tab_contents.h |
+++ b/chrome/browser/tab_contents/tab_contents.h |
@@ -940,8 +940,10 @@ class TabContents : public PageNavigator, |
virtual void ShowModalHTMLDialog(const GURL& url, int width, int height, |
const std::string& json_arguments, |
IPC::Message* reply_msg); |
- virtual void PasswordFormsSeen( |
+ virtual void PasswordFormsFound( |
const std::vector<webkit_glue::PasswordForm>& forms); |
+ virtual void PasswordFormsVisible( |
+ const std::vector<webkit_glue::PasswordForm>& visible_forms); |
virtual void PageHasOSDD(RenderViewHost* render_view_host, |
int32 page_id, const GURL& url, bool autodetected); |
virtual GURL GetAlternateErrorPageURL() const; |