diff options
author | glotov@google.com <glotov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-09 17:54:05 +0000 |
---|---|---|
committer | glotov@google.com <glotov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-09 17:54:05 +0000 |
commit | a677692d41dc6843fd85e4507f8ec2a1f378be4a (patch) | |
tree | 45e5858f5c52f6efc120fd75b199f25e22c76688 /chrome | |
parent | 1acbb4b66433d88c3ab43f85c209738d74cdb542 (diff) | |
download | chromium_src-a677692d41dc6843fd85e4507f8ec2a1f378be4a.zip chromium_src-a677692d41dc6843fd85e4507f8ec2a1f378be4a.tar.gz chromium_src-a677692d41dc6843fd85e4507f8ec2a1f378be4a.tar.bz2 |
Update screen view is reset while language is switched.
BUG=none
TODO=none
Review URL: http://codereview.chromium.org/736001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41047 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/chromeos/login/wizard_controller.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/login/wizard_controller.cc b/chrome/browser/chromeos/login/wizard_controller.cc index de95444..2504ffb 100644 --- a/chrome/browser/chromeos/login/wizard_controller.cc +++ b/chrome/browser/chromeos/login/wizard_controller.cc @@ -179,6 +179,7 @@ void WizardController::OnSwitchLanguage(std::string lang) { network_screen_.reset(); login_screen_.reset(); account_screen_.reset(); + update_screen_.reset(); contents_->RemoveAllChildViews(true); // Switch the locale. |