| Index: chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
|
| index 96af180d8167db3c586792efe76d3abc731c62ef..25270b3dd286b3856025a8b6897275d0276a584f 100644
|
| --- a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
|
| +++ b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
|
| @@ -43,6 +43,8 @@ class ManagePasswordsBubbleView : public ManagePasswordsBubble,
|
| return manage_passwords_bubble_;
|
| }
|
|
|
| + content::WebContents* web_contents() const;
|
| +
|
| const View* initially_focused_view() const {
|
| return initially_focused_view_;
|
| }
|
|
|