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

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

Issue 171783003: rAc: partial revert of 251484 to show correct sections in views dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 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/views/autofill/autofill_dialog_view_tester_views.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 10b048935211fcd3fbf2700e2a725c300104f658..c105bea42ff50254f64908b804bbafe34a56d99b 100644
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.cc
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.cc
@@ -1434,6 +1434,11 @@ void AutofillDialogViews::HideSignIn() {
void AutofillDialogViews::ModelChanged() {
menu_runner_.reset();
+
+ for (DetailGroupMap::const_iterator iter = detail_groups_.begin();
+ iter != detail_groups_.end(); ++iter) {
+ UpdateDetailsGroupState(iter->second);
+ }
}
void AutofillDialogViews::OnSignInResize(const gfx::Size& pref_size) {
« no previous file with comments | « chrome/browser/ui/views/autofill/autofill_dialog_view_tester_views.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698