| Index: chrome/installer/util/google_update_constants.cc
|
| diff --git a/chrome/installer/util/google_update_constants.cc b/chrome/installer/util/google_update_constants.cc
|
| index 710a7229d9b33ffb386907537458132c89af3f24..e40e613fbd2357aad67dc6ab4e361dfc60ab7083 100644
|
| --- a/chrome/installer/util/google_update_constants.cc
|
| +++ b/chrome/installer/util/google_update_constants.cc
|
| @@ -34,6 +34,7 @@ const wchar_t kRegClientField[] = L"client";
|
| const wchar_t kRegCommandLineField[] = L"CommandLine";
|
| const wchar_t kRegCriticalVersionField[] = L"cpv";
|
| const wchar_t kRegDidRunField[] = L"dr";
|
| +const wchar_t kRegDidRunStat[] = L"_DidRun";
|
| const wchar_t kRegEULAAceptedField[] = L"eulaaccepted";
|
| const wchar_t kRegGoogleUpdateVersion[] = L"version";
|
| const wchar_t kRegInstallerProgress[] = L"InstallerProgress";
|
|
|