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

Unified Diff: chrome/browser/ui/autofill/autofill_popup_controller_impl.cc

Issue 342833002: [Password Generation] Update Aura UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Coments Created 6 years, 5 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/ui/autofill/password_generation_popup_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
index c0cbd53bf3724c2c6b64e1d3a638092994320e6e..ae0a5f29771f936724431102b85990b3476c863d 100644
--- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
+++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
@@ -604,11 +604,11 @@ int AutofillPopupControllerImpl::RowWidthWithoutText(int row) const {
}
void AutofillPopupControllerImpl::UpdatePopupBounds() {
- int popup_required_width = GetDesiredPopupWidth();
+ int popup_width = GetDesiredPopupWidth();
int popup_height = GetDesiredPopupHeight();
- popup_bounds_ = controller_common_->GetPopupBounds(popup_height,
- popup_required_width);
+ popup_bounds_ = controller_common_->GetPopupBounds(popup_width,
+ popup_height);
}
#endif // !defined(OS_ANDROID)
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/ui/autofill/password_generation_popup_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698