Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2833)

Unified Diff: chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h

Issue 2617543002: Create Desktop to iOS Promotion skeleton. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698