Chromium Code Reviews

Unified Diff: base/file_version_info_mac.mm

Issue 10828228: Make the Mac Info.plist SCM keys generic (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change branch back to path Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | build/mac/tweak_info_plist.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/file_version_info_mac.mm
diff --git a/base/file_version_info_mac.mm b/base/file_version_info_mac.mm
index 09ae95b4c2397d3834ea95f40fa9e64f1ffd73e5..3a6df811612d9cf80783fdc7aa11c9237e0a288b 100644
--- a/base/file_version_info_mac.mm
+++ b/base/file_version_info_mac.mm
@@ -97,7 +97,7 @@ string16 FileVersionInfoMac::special_build() {
}
string16 FileVersionInfoMac::last_change() {
- return GetString16Value(CFSTR("SVNRevision"));
+ return GetString16Value(CFSTR("SCMRevision"));
}
bool FileVersionInfoMac::is_official_build() {
« no previous file with comments | « no previous file | build/mac/tweak_info_plist.py » ('j') | no next file with comments »

Powered by Google App Engine