diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-13 13:43:44 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-13 13:43:44 +0000 |
commit | f1c76b9f91496b804665eb88635307402a3381a5 (patch) | |
tree | 618b4b10b81921651afb6a54424ba9435075e3c9 /chrome/installer/util/google_update_constants.cc | |
parent | 42febbb6888dc065ac20521ed9ec65307baa56ed (diff) | |
download | chromium_src-f1c76b9f91496b804665eb88635307402a3381a5.zip chromium_src-f1c76b9f91496b804665eb88635307402a3381a5.tar.gz chromium_src-f1c76b9f91496b804665eb88635307402a3381a5.tar.bz2 |
When critical updates have been installed and the user has been idle for quite some time, show a bubble anchored to the wrench menu with a countdown clock for auto-restarting.
BUG=97665
TEST=The testing for this is a bit too long-windy to describe here. Contact me for details.
Review URL: http://codereview.chromium.org/8142028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105298 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/google_update_constants.cc')
-rw-r--r-- | chrome/installer/util/google_update_constants.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/installer/util/google_update_constants.cc b/chrome/installer/util/google_update_constants.cc index 96204cd..bcc9e80 100644 --- a/chrome/installer/util/google_update_constants.cc +++ b/chrome/installer/util/google_update_constants.cc @@ -24,6 +24,7 @@ const wchar_t kRegCFOptOutCmdField[] = L"CFOptOutCmd"; const wchar_t kRegCFTempOptOutCmdField[] = L"CFTempOptOutCmd"; const wchar_t kRegClientField[] = L"client"; const wchar_t kRegCommandLineField[] = L"CommandLine"; +const wchar_t kRegCriticalUpdateField[] = L"CriticalUpdate"; const wchar_t kRegDidRunField[] = L"dr"; const wchar_t kRegEULAAceptedField[] = L"eulaaccepted"; const wchar_t kRegLangField[] = L"lang"; |