Index: chrome/browser/ui/browser_dialogs.h |
diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h |
index 4720070747b9d002ac71066eb9889c0c8f488735..217fe02b69f3b02cf79f6c6514115c7590f84e07 100644 |
--- a/chrome/browser/ui/browser_dialogs.h |
+++ b/chrome/browser/ui/browser_dialogs.h |
@@ -117,6 +117,9 @@ void ShowSignedCertificateTimestampsViewer( |
// Shows the ManagePasswords bubble for a particular |web_contents|. |
void ShowManagePasswordsBubble(content::WebContents* web_contents); |
+// Closes the bubble if it's shown for |web_contents|. |
+void CloseManagePasswordsBubble(content::WebContents* web_contents); |
+ |
} // namespace chrome |
#endif // CHROME_BROWSER_UI_BROWSER_DIALOGS_H_ |