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

Unified Diff: chrome/browser/views/about_chrome_view.cc

Issue 504065: Remove svn revision from branded builds. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years 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
« no previous file with comments | « chrome/browser/gtk/about_chrome_dialog.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/about_chrome_view.cc
===================================================================
--- chrome/browser/views/about_chrome_view.cc (revision 34980)
+++ chrome/browser/views/about_chrome_view.cc (working copy)
@@ -137,9 +137,11 @@
}
current_version_ = version_info->file_version();
+#if !defined(GOOGLE_CHROME_BUILD)
current_version_ += L" (";
current_version_ += version_info->last_change();
current_version_ += L")";
+#endif
string16 version_modifier = platform_util::GetVersionStringModifier();
if (version_modifier.length()) {
« no previous file with comments | « chrome/browser/gtk/about_chrome_dialog.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698