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

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

Issue 164543002: rAc - do less work when model changes (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/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 9424d2ecee1f8d07ff8fc1b24dedcba6c8ac8668..89f5acd7591cc7884da823ea0a25b2586754c941 100644
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.cc
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.cc
@@ -1434,11 +1434,6 @@ 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/autofill/autofill_dialog_controller_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698