Index: chrome/app/chrome_main_delegate.cc |
diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc |
index 08b9e43d26909c4c90d033731b942780a88787b8..b8c1310343eac2c4b98ab685b5a15f1508117b65 100644 |
--- a/chrome/app/chrome_main_delegate.cc |
+++ b/chrome/app/chrome_main_delegate.cc |
@@ -76,6 +76,7 @@ |
#endif |
#if defined(OS_CHROMEOS) |
+#include "base/i18n/time_formatting.h" |
#include "base/sys_info.h" |
#include "chrome/browser/chromeos/boot_times_loader.h" |
#include "chromeos/chromeos_paths.h" |
@@ -744,14 +745,6 @@ void ChromeMainDelegate::PreSandboxStartup() { |
#endif |
} |
#endif |
- |
-#if defined(OS_CHROMEOS) |
- // Read and cache ChromeOS version from file, |
- // to be used from inside the sandbox. |
- int32 major_version, minor_version, bugfix_version; |
- base::SysInfo::OperatingSystemVersionNumbers( |
- &major_version, &minor_version, &bugfix_version); |
-#endif |
} |
void ChromeMainDelegate::SandboxInitialized(const std::string& process_type) { |