diff options
author | glotov@google.com <glotov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-19 09:50:04 +0000 |
---|---|---|
committer | glotov@google.com <glotov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-19 09:50:04 +0000 |
commit | 00eaed75baa6a0dc003a9bcfaf41c9359f482e4a (patch) | |
tree | 35295f1e527fb28e556e8273a71dd87275fb0c8d | |
parent | 7d8867df6c96bf76c040042a834af04a8ab319bc (diff) | |
download | chromium_src-00eaed75baa6a0dc003a9bcfaf41c9359f482e4a.zip chromium_src-00eaed75baa6a0dc003a9bcfaf41c9359f482e4a.tar.gz chromium_src-00eaed75baa6a0dc003a9bcfaf41c9359f482e4a.tar.bz2 |
Status area update fix on language switches.
BUG=35248
TEST=Switch the language used by the ChromiumOS using the top left corner menu of the Network selection wizard.
Or you may use the following command on desktop using Chromium (built with GYP_DEFINES="chromeos=1"):
out/Debug/chrome --login-manager --login-screen=network
Review URL: http://codereview.chromium.org/1107003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42092 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/chromeos/login/background_view.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/login/background_view.cc b/chrome/browser/chromeos/login/background_view.cc index e935b2c..17b0368 100644 --- a/chrome/browser/chromeos/login/background_view.cc +++ b/chrome/browser/chromeos/login/background_view.cc @@ -29,6 +29,8 @@ BackgroundView::BackgroundView() : status_area_(NULL) { void BackgroundView::Init() { InitStatusArea(); + Layout(); + status_area_->SchedulePaint(); } void BackgroundView::Teardown() { |