| Index: chrome/browser/ui/webui/options/about_page_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/about_page_handler.cc b/chrome/browser/ui/webui/options/about_page_handler.cc
|
| index 70b8216315d47469d791bfe26d91d5194162ee9a..2792e2f59eac83445f5cd9c37a76d0b5dbdb0d68 100644
|
| --- a/chrome/browser/ui/webui/options/about_page_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/about_page_handler.cc
|
| @@ -273,6 +273,7 @@ void AboutPageHandler::RegisterMessages() {
|
| void AboutPageHandler::PageReady(const ListValue* args) {
|
| #if defined(OS_CHROMEOS)
|
| // Version information is loaded from a callback
|
| + loader_.EnablePlatformVersions(true);
|
| loader_.GetVersion(&consumer_,
|
| NewCallback(this, &AboutPageHandler::OnOSVersion),
|
| chromeos::VersionLoader::VERSION_FULL);
|
|
|