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

Unified Diff: chrome/browser/ui/views/autofill/autofill_dialog_views.cc

Issue 101383006: Fix glitch that allows both "Loading..." and "[x] Save details in Chrome" to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/ui/autofill/autofill_dialog_controller_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/autofill/autofill_dialog_views.cc
diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views.cc b/chrome/browser/ui/views/autofill/autofill_dialog_views.cc
index e774e72e33920ed676725c36e9c0e3a4675b5889..c0024fcaf7590d60530b2b9756a89b66d438467d 100644
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.cc
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.cc
@@ -1398,7 +1398,6 @@ const content::NavigationController* AutofillDialogViews::ShowSignIn() {
ShowDialogInMode(SIGN_IN);
- UpdateButtonStrip();
ContentsPreferredSizeChanged();
return &sign_in_web_view_->web_contents()->GetController();
@@ -1415,7 +1414,6 @@ void AutofillDialogViews::HideSignIn() {
}
DCHECK(!sign_in_web_view_->visible());
- UpdateButtonStrip();
ContentsPreferredSizeChanged();
}
« no previous file with comments | « chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698