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

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

Issue 342833002: [Password Generation] Update Aura UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: UI changes 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_controller.h
diff --git a/chrome/browser/ui/autofill/password_generation_popup_controller.h b/chrome/browser/ui/autofill/password_generation_popup_controller.h
index e157c93231dfc921a2c18837f3977cfc07e942e6..d872ee407b350dc3f9af3a7e9d081a73d818ff6c 100644
--- a/chrome/browser/ui/autofill/password_generation_popup_controller.h
+++ b/chrome/browser/ui/autofill/password_generation_popup_controller.h
@@ -17,9 +17,6 @@ namespace autofill {
class PasswordGenerationPopupController : public AutofillPopupViewDelegate {
public:
- // Space above and below the password section.
- static const int kPasswordVerticalPadding = 16;
-
// Space above and below help section.
static const int kHelpVerticalPadding = 15;
@@ -31,9 +28,6 @@ class PasswordGenerationPopupController : public AutofillPopupViewDelegate {
// Accessors
virtual const gfx::FontList& font_list() const = 0;
- virtual const gfx::Rect& password_bounds() const = 0;
- virtual const gfx::Rect& divider_bounds() const = 0;
- virtual const gfx::Rect& help_bounds() const = 0;
virtual bool display_password() const = 0;
virtual bool password_selected() const = 0;
virtual base::string16 password() const = 0;

Powered by Google App Engine
This is Rietveld 408576698