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

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

Issue 11464012: [Android] Add support for labeling a build with a particular build id. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: indentation Created 8 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/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 8222b9dc3dc2c647d09e48ce0ae119a250f54912..dba064b86d8e5f3e1b256eaf48410fcfc3d65675 100644
--- a/chrome/browser/ui/webui/version_ui.cc
+++ b/chrome/browser/ui/webui/version_ui.cc
@@ -65,6 +65,9 @@ ChromeWebUIDataSource* CreateVersionUIDataSource(Profile* profile) {
android_build_info->package_label());
html_source->AddString("application_version",
android_build_info->package_version_name());
+ html_source->AddLocalizedString("build_id_name",
+ IDS_ABOUT_VERSION_BUILD_ID);
+ html_source->AddString("build_id", CHROME_BUILD_ID);
#else
html_source->AddLocalizedString("application_label", IDS_PRODUCT_NAME);
html_source->AddString("os_version", std::string());
« 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