diff options
author | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-18 00:31:30 +0000 |
---|---|---|
committer | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-18 00:31:30 +0000 |
commit | d9cb161850584e5d277b141aadb68abec0af28bb (patch) | |
tree | 52cdb82bc14b488f7c93edcaa018550fcd8c9cc3 /chrome/common/chrome_version_info.h | |
parent | 92f132ae9e06a0f55d65b44a324ac74b53a2945d (diff) | |
download | chromium_src-d9cb161850584e5d277b141aadb68abec0af28bb.zip chromium_src-d9cb161850584e5d277b141aadb68abec0af28bb.tar.gz chromium_src-d9cb161850584e5d277b141aadb68abec0af28bb.tar.bz2 |
file_version_info was not finding Mac values correctly.
Changed file_version_info to find Mac values, and changed version_info to fail if values can't be found.
BUG=NONE
TEST=BUILD
Review URL: http://codereview.chromium.org/5815001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69592 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_version_info.h')
-rw-r--r-- | chrome/common/chrome_version_info.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/common/chrome_version_info.h b/chrome/common/chrome_version_info.h index 0ec911e..b785249 100644 --- a/chrome/common/chrome_version_info.h +++ b/chrome/common/chrome_version_info.h @@ -22,12 +22,6 @@ class VersionInfo { VersionInfo(); ~VersionInfo(); - // In the rare case where we fail to get the version info, - // is_valid() will return false. The other functions will return - // the empty string in this case, so it's not harmful if you don't - // check is_valid(). - bool is_valid() const; - // E.g. "Chromium" or "Google Chrome". std::string Name() const; |