Index: chrome/browser/ui/webui/options/about_page_handler.cc |
=================================================================== |
--- chrome/browser/ui/webui/options/about_page_handler.cc (revision 89114) |
+++ chrome/browser/ui/webui/options/about_page_handler.cc (working copy) |
@@ -273,6 +273,7 @@ |
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); |