| 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 191f7ca3266bebe8510dc94b94368947c989fd43..95e238690d8c84007e56e04b63e9e71ac87e4375 100644
|
| --- a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
|
| +++ b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
|
| @@ -23,6 +23,8 @@ class WebContents;
|
| //
|
| class ManagePasswordsBubbleView : public LocationBarBubbleDelegateView {
|
| public:
|
| + static constexpr int kDesiredBubbleWidth = 370;
|
| +
|
| // Shows the bubble.
|
| static void ShowBubble(content::WebContents* web_contents,
|
| DisplayReason reason);
|
|
|