diff options
author | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-29 03:27:35 +0000 |
---|---|---|
committer | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-29 03:27:35 +0000 |
commit | 9e7a2dcebbbe2df2b019f213e3b39be53237e3ab (patch) | |
tree | 1e78321d2100a4e5e49b482f3d2596fd293c44e2 /chrome/installer/util/util_constants.h | |
parent | 09a1bd76e3fd08b2ba0035af7ee2f0b60661174b (diff) | |
download | chromium_src-9e7a2dcebbbe2df2b019f213e3b39be53237e3ab.zip chromium_src-9e7a2dcebbbe2df2b019f213e3b39be53237e3ab.tar.gz chromium_src-9e7a2dcebbbe2df2b019f213e3b39be53237e3ab.tar.bz2 |
Wire the stats consent checkbox of the EULA
- Collected in setup.exe passed to chrome via return code
- Depends on an updated oem.html and JS code by Glen
BUG=1468838
Review URL: http://codereview.chromium.org/19649
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8866 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/util_constants.h')
-rwxr-xr-x | chrome/installer/util/util_constants.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/installer/util/util_constants.h b/chrome/installer/util/util_constants.h index 4ee2af7..1c4e792 100755 --- a/chrome/installer/util/util_constants.h +++ b/chrome/installer/util/util_constants.h @@ -35,7 +35,8 @@ enum InstallStatus { RENAME_SUCCESSFUL, // Rename of new_chrome.exe to chrome.exe worked RENAME_FAILED, // Rename of new_chrome.exe failed EULA_REJECTED, // EULA dialog was not accepted by user. - EULA_ACCEPTED // EULA dialog was accepted by user. + EULA_ACCEPTED, // EULA dialog was accepted by user. + EULA_ACCEPTED_OPT_IN // EULA accepted wtih the crash optin selected. }; // These are distibution related install options specified through command |