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

Unified Diff: chrome/browser/chromeos/login/version_info_updater.h

Issue 613653004: Show the serial number of the device in the version string if available. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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/app/chromeos_strings.grdp ('k') | chrome/browser/chromeos/login/version_info_updater.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/version_info_updater.h
diff --git a/chrome/browser/chromeos/login/version_info_updater.h b/chrome/browser/chromeos/login/version_info_updater.h
index b8474e8485bd30403375c370930d7d17bcf8d60b..fb74fa73ca26f483d644958ed21a67c4cf39a427 100644
--- a/chrome/browser/chromeos/login/version_info_updater.h
+++ b/chrome/browser/chromeos/login/version_info_updater.h
@@ -59,6 +59,9 @@ class VersionInfoUpdater : public policy::CloudPolicyStore::Observer {
// Set enterprise domain name.
void SetEnterpriseInfo(const std::string& domain_name);
+ // Creates a serial number string.
+ void UpdateSerialNumberInfo();
+
// Callback from chromeos::VersionLoader giving the version.
void OnVersion(const std::string& version);
@@ -71,6 +74,7 @@ class VersionInfoUpdater : public policy::CloudPolicyStore::Observer {
// Information pieces for version label.
std::string version_text_;
+ std::string serial_number_text_;
// Full text for the OS version label.
std::string os_version_label_text_;
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/chromeos/login/version_info_updater.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698