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..f20934a5cb32b6b1f5fd93cdb12d13c3e5f639ba 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 const int kDesiredBubbleWidth = 370; |
sky
2017/01/04 20:52:37
constexpr
mrefaat
2017/01/05 00:03:08
Done.
|
+ |
// Shows the bubble. |
static void ShowBubble(content::WebContents* web_contents, |
DisplayReason reason); |