Index: base/sys_info_chromeos.cc |
diff --git a/base/sys_info_chromeos.cc b/base/sys_info_chromeos.cc |
index f84a2a5f81ba78469895b0275f1bd672f379466e..fa1e3a97d2a0de5c796fad7ad1dd0ced9fed6f55 100644 |
--- a/base/sys_info_chromeos.cc |
+++ b/base/sys_info_chromeos.cc |
@@ -113,4 +113,9 @@ void SysInfo::ParseLsbRelease(const std::string& lsb_release, |
} |
} |
+// static |
+FilePath SysInfo::GetLsbReleaseFilePath() { |
+ return FilePath(kLinuxStandardBaseReleaseFile); |
+} |
+ |
} // namespace base |