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

Unified Diff: chrome/browser/ui/webui/version_ui.cc

Issue 582003003: Split revision into separate field on about:version. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: </if> position Created 6 years, 3 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
« no previous file with comments | « chrome/browser/resources/about_version.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/version_ui.cc
diff --git a/chrome/browser/ui/webui/version_ui.cc b/chrome/browser/ui/webui/version_ui.cc
index d2515e34bc5f062bc85ed61200f34a4dd11c70fa..8bd94575b590dcc7c385f85432fa7542aea02d18 100644
--- a/chrome/browser/ui/webui/version_ui.cc
+++ b/chrome/browser/ui/webui/version_ui.cc
@@ -86,6 +86,7 @@ content::WebUIDataSource* CreateVersionUIDataSource(Profile* profile) {
"copyright",
l10n_util::GetStringFUTF16(IDS_ABOUT_VERSION_COPYRIGHT,
base::IntToString16(exploded_time.year)));
+ html_source->AddLocalizedString("revision", IDS_ABOUT_VERSION_REVISION);
html_source->AddString("cl", version_info.LastChange());
html_source->AddLocalizedString("official",
version_info.IsOfficialBuild() ? IDS_ABOUT_VERSION_OFFICIAL :
« no previous file with comments | « chrome/browser/resources/about_version.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698