diff options
author | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-20 23:14:03 +0000 |
---|---|---|
committer | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-20 23:14:03 +0000 |
commit | 1870f1b472aadfe78b1b9db0166ec4ab1a4f8e4a (patch) | |
tree | 0c296b77295408a57a323619d3ffa264c555cf3d /chrome/installer/util/google_update_constants.h | |
parent | c065fa073f614eafdc3af5a69374ef9510ca3259 (diff) | |
download | chromium_src-1870f1b472aadfe78b1b9db0166ec4ab1a4f8e4a.zip chromium_src-1870f1b472aadfe78b1b9db0166ec4ab1a4f8e4a.tar.gz chromium_src-1870f1b472aadfe78b1b9db0166ec4ab1a4f8e4a.tar.bz2 |
Adds a way to record the last run time in the GoogleUpdateSettings class
- to be used as a way to know how long ago chrome was started
- windows only
- enabled unit tests for GoogleUpdateSettings for windows.
BUG=none
TEST=unit test included
Review URL: http://codereview.chromium.org/554017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36696 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/google_update_constants.h')
-rw-r--r-- | chrome/installer/util/google_update_constants.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/installer/util/google_update_constants.h b/chrome/installer/util/google_update_constants.h index 6d40d7a..45d3996 100644 --- a/chrome/installer/util/google_update_constants.h +++ b/chrome/installer/util/google_update_constants.h @@ -41,6 +41,10 @@ extern const wchar_t kRegReferralField[]; extern const wchar_t kRegEULAAceptedField[]; extern const wchar_t kEnvProductVersionKey[]; + +// last time that chrome ran in the Time internal format. +extern const wchar_t kRegLastRunTimeField[]; + } // namespace google_update #endif // CHROME_INSTALLER_UTIL_GOOGLE_UPDATE_CONSTANTS_H_ |