diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-10 17:53:22 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-10 17:53:22 +0000 |
commit | ac0ef670231fee52f26c98a6a4410eb983e88907 (patch) | |
tree | 72510ff357da17034c9c4bd4bd380be0161034b8 /chrome/common/chrome_version_info.h | |
parent | cf81d2d225d0288a91d4ae0d7e284c1b668623d4 (diff) | |
download | chromium_src-ac0ef670231fee52f26c98a6a4410eb983e88907.zip chromium_src-ac0ef670231fee52f26c98a6a4410eb983e88907.tar.gz chromium_src-ac0ef670231fee52f26c98a6a4410eb983e88907.tar.bz2 |
Add more information to about:version and "About Chromium" dialog
- Add the information of an executable full-path, a profile path and an OS to about:version
- Add the information of a build type and an OS to "About Chromium" dialog
BUG=18679,37186
TEST=Observe that about:version and "About Chromium" dialog display enough information
Patch by Kentaro Hara <haraken@google.com>.
Review URL: http://codereview.chromium.org/6894037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84808 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_version_info.h')
-rw-r--r-- | chrome/common/chrome_version_info.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_version_info.h b/chrome/common/chrome_version_info.h index 2c9cf52..6d509ca 100644 --- a/chrome/common/chrome_version_info.h +++ b/chrome/common/chrome_version_info.h @@ -37,6 +37,9 @@ class VersionInfo { // The SVN revision of this release. E.g. "55800". std::string LastChange() const; + // OS type. E.g. "Windows", "Linux", "FreeBSD", ... + std::string OSType() const; + // Whether this is an "official" release of the current Version(): // whether knowing Version() is enough to completely determine what // LastChange() is. |