| Index: chrome/browser/chromeos/options/language_config_view.cc
|
| diff --git a/chrome/browser/chromeos/options/language_config_view.cc b/chrome/browser/chromeos/options/language_config_view.cc
|
| index fc57503c5d798e97f06af974b46ba08384aa7cf3..461e5ea9bb0e93381c3fac53c5472aab5f36b311 100644
|
| --- a/chrome/browser/chromeos/options/language_config_view.cc
|
| +++ b/chrome/browser/chromeos/options/language_config_view.cc
|
| @@ -230,9 +230,9 @@ void LanguageConfigView::OnSelectionChanged() {
|
| // Add the per language config view to the right area.
|
| right_container_->AddChildView(CreatePerLanguageConfigView(language_code));
|
| MaybeDisableLastCheckbox();
|
| - // Let the parent container layout again. This is needed to the the
|
| - // contents on the right to display.
|
| - root_container_->Layout();
|
| + // Layout the right container. This is needed for the contents on the
|
| + // right to be displayed properly.
|
| + right_container_->Layout();
|
| }
|
|
|
| std::wstring LanguageConfigView::GetText(int row, int column_id) {
|
|
|