Index: chrome/browser/ui/browser_dialogs.h |
diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h |
index cff9e769a9b4d6a6a4e477ff8f8f006ba3c975b0..36cda64e42b73051fa5d7bbefc83db9c4510268d 100644 |
--- a/chrome/browser/ui/browser_dialogs.h |
+++ b/chrome/browser/ui/browser_dialogs.h |
@@ -114,6 +114,13 @@ void ShowSignedCertificateTimestampsViewer( |
content::WebContents* web_contents, |
const content::SignedCertificateTimestampIDStatusList& sct_ids_list); |
+#if !defined(OS_MACOSX) |
+// Shows the ManagePasswords bubble for a particular |web_contents|. |
+// |
+// TODO(mkwst): Implement this feature on Mac: http://crbug.com/261628 |
+void ShowManagePasswordsBubble(content::WebContents* web_contents); |
+#endif |
+ |
} // namespace chrome |
#endif // CHROME_BROWSER_UI_BROWSER_DIALOGS_H_ |