| 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..d9524dc5f8fc1649b4bd0bcbdaa6e33230da3b4d 100644
|
| --- a/chrome/browser/ui/browser_dialogs.h
|
| +++ b/chrome/browser/ui/browser_dialogs.h
|
| @@ -114,6 +114,9 @@ void ShowSignedCertificateTimestampsViewer(
|
| content::WebContents* web_contents,
|
| const content::SignedCertificateTimestampIDStatusList& sct_ids_list);
|
|
|
| +// Shows the ManagePasswords bubble for a particular |web_contents|.
|
| +void ShowManagePasswordsBubble(content::WebContents* web_contents);
|
| +
|
| } // namespace chrome
|
|
|
| #endif // CHROME_BROWSER_UI_BROWSER_DIALOGS_H_
|
|
|