summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/infobars/translate_infobars.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/infobars/translate_infobars.cc')
-rw-r--r--chrome/browser/views/infobars/translate_infobars.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/views/infobars/translate_infobars.cc b/chrome/browser/views/infobars/translate_infobars.cc
index 7217b64..0543898 100644
--- a/chrome/browser/views/infobars/translate_infobars.cc
+++ b/chrome/browser/views/infobars/translate_infobars.cc
@@ -332,9 +332,6 @@ void TranslateInfoBar::UpdateState(
// Trigger layout and repaint.
Layout();
SchedulePaint();
-
- // Clear options menu model so that it'll be created for new state.
- options_menu_model_.reset();
}
// TranslateInfoBar, views::View overrides: ------------------------------------