diff options
author | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-10 17:18:07 +0000 |
---|---|---|
committer | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-10 17:18:07 +0000 |
commit | 0089f78b889743445365081231d5974fe2112884 (patch) | |
tree | 8b169093a73078043278f704de3f6be3467346f2 /chrome/chrome_exe.gypi | |
parent | c55d3d12d3347bf8ff91e7606d71edcc9fe1bb44 (diff) | |
download | chromium_src-0089f78b889743445365081231d5974fe2112884.zip chromium_src-0089f78b889743445365081231d5974fe2112884.tar.gz chromium_src-0089f78b889743445365081231d5974fe2112884.tar.bz2 |
Revert 145892 - Send the user's Windows profile type up in crash reports.
I suspect that some of the version shear crashes happen to users with non-local profiles. In this case, it's easy to imagine that the version info in the registry is out of sync with that on the filesystem.
BUG=78585
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10740003
TBR=grt@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10704132
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145894 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index 7a78ec5..3da48fb 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -464,9 +464,6 @@ ], 'msvs_settings': { 'VCLinkerTool': { - 'AdditionalDependencies': [ - 'userenv.lib', - ], 'ImportLibrary': '$(OutDir)\\lib\\chrome_exe.lib', 'ProgramDatabaseFile': '$(OutDir)\\chrome_exe.pdb', 'DelayLoadDLLs': [ |