Skip to content
Snippets Groups Projects
Commit a677692d authored by glotov@google.com's avatar glotov@google.com
Browse files

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
parent 1acbb4b6
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment