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

Unified Diff: chrome/browser/ui/autofill/password_generation_popup_view.h

Issue 342833002: [Password Generation] Update Aura UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/autofill/password_generation_popup_view.h
diff --git a/chrome/browser/ui/autofill/password_generation_popup_view.h b/chrome/browser/ui/autofill/password_generation_popup_view.h
index 1fc25f25bd8d90583844d8930b143b27a5deeb55..9d29049221c7afa2d24a034e6fc775c2a7728b37 100644
--- a/chrome/browser/ui/autofill/password_generation_popup_view.h
+++ b/chrome/browser/ui/autofill/password_generation_popup_view.h
@@ -14,9 +14,8 @@ class PasswordGenerationPopupController;
// Interface for creating and controlling a platform dependent view.
class PasswordGenerationPopupView {
public:
- // This is the amount of vertical whitespace that is left above and below the
- // password when it is highlighted.
- static const int kPasswordVerticalInset = 7;
+ // Number of pixels added in between lines of the help section.
+ static const int kHelpSectionAdditionalSpacing = 3;
// Display the popup.
virtual void Show() = 0;

Powered by Google App Engine
This is Rietveld 408576698