| 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..2ab55a5a15c796ff4473d8c6ebbb28586d36e60b 100644
|
| --- a/chrome/app/chrome_main_delegate.cc
|
| +++ b/chrome/app/chrome_main_delegate.cc
|
| @@ -744,14 +744,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) {
|
|
|