Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(601)

Unified Diff: base/sys_info_chromeos.cc

Issue 10038034: Implemented a "Last Updated" field for the about page of Chrome OS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added if statement to skip over string operations if string is already allocated Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698