X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fui%2Fautofill%2Fpassword_generation_popup_controller.h;h=bcd0c9a28acd0cc1a0ec0bb5b1e8ec22b37421a2;hb=d41e52f18cc3fee3627acf2db026b2a86c2a9d18;hp=cd912ecaa2c52a1d9b0c9e24a1f0d9395b87abe4;hpb=4e9e197c26c34b7055b2c5de6d4a770d317b468c;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/ui/autofill/password_generation_popup_controller.h b/src/chrome/browser/ui/autofill/password_generation_popup_controller.h index cd912ec..bcd0c9a 100644 --- a/src/chrome/browser/ui/autofill/password_generation_popup_controller.h +++ b/src/chrome/browser/ui/autofill/password_generation_popup_controller.h @@ -22,6 +22,9 @@ class PasswordGenerationPopupController : public AutofillPopupViewDelegate { // Spacing between the border of the popup and any text. static const int kHorizontalPadding = 10; + // Desired height of the password section. + static const int kPopupPasswordSectionHeight = 62; + // Called by the view when the saved passwords link is clicked. virtual void OnSavedPasswordsLinkClicked() = 0;