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

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

Issue 342833002: [Password Generation] Update Aura UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Latest coments 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_impl.h
diff --git a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
index 5507fd36e136eb91cb1053316773f0b9b5ea0796..41496d9d90b70a22e21986115b625d96b9b51e5e 100644
--- a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
+++ b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
@@ -95,9 +95,6 @@ class PasswordGenerationPopupControllerImpl
virtual gfx::NativeView container_view() OVERRIDE;
virtual const gfx::FontList& font_list() const OVERRIDE;
virtual const gfx::Rect& popup_bounds() const OVERRIDE;
- virtual const gfx::Rect& password_bounds() const OVERRIDE;
- virtual const gfx::Rect& divider_bounds() const OVERRIDE;
- virtual const gfx::Rect& help_bounds() const OVERRIDE;
virtual bool display_password() const OVERRIDE;
virtual bool password_selected() const OVERRIDE;
virtual base::string16 password() const OVERRIDE;
@@ -122,7 +119,6 @@ class PasswordGenerationPopupControllerImpl
// Get desired size of popup. Height depends on width because we do text
// wrapping.
int GetDesiredWidth();
- int GetDesiredHeight(int width);
void CalculateBounds();
PasswordForm form_;
@@ -156,9 +152,6 @@ class PasswordGenerationPopupControllerImpl
// Bounds for all the elements of the popup.
gfx::Rect popup_bounds_;
- gfx::Rect password_bounds_;
- gfx::Rect divider_bounds_;
- gfx::Rect help_bounds_;
base::WeakPtrFactory<PasswordGenerationPopupControllerImpl> weak_ptr_factory_;

Powered by Google App Engine
This is Rietveld 408576698