| 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..ac688d6c2ca8aee297ac6b58df8e1292b28f9194 100644
|
| --- a/chrome/browser/ui/browser_dialogs.h
|
| +++ b/chrome/browser/ui/browser_dialogs.h
|
| @@ -114,8 +114,12 @@
|
| 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
|
|
|
|
|