diff options
author | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-16 18:00:31 +0000 |
---|---|---|
committer | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-16 18:00:31 +0000 |
commit | 629cc398a25a3a51c31699b8e0e684ca57e9bb1d (patch) | |
tree | 5b0895fd454e39221aeeeea1d2b92931737a33ef /chrome/installer | |
parent | dd25795a1682f12c67865126e32c37447b94225d (diff) | |
download | chromium_src-629cc398a25a3a51c31699b8e0e684ca57e9bb1d.zip chromium_src-629cc398a25a3a51c31699b8e0e684ca57e9bb1d.tar.gz chromium_src-629cc398a25a3a51c31699b8e0e684ca57e9bb1d.tar.bz2 |
Revert 66286 - Enable ETW logging in setup.
BUG=none
TEST=Should be no change
Review URL: http://codereview.chromium.org/5049001
TBR=tommi@chromium.org
Review URL: http://codereview.chromium.org/5069002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66292 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer')
-rw-r--r-- | chrome/installer/util/logging_installer.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/installer/util/logging_installer.cc b/chrome/installer/util/logging_installer.cc index 6842832..33cf342 100644 --- a/chrome/installer/util/logging_installer.cc +++ b/chrome/installer/util/logging_installer.cc @@ -16,10 +16,6 @@ #include "chrome/installer/util/master_preferences_constants.h" #include "chrome/installer/util/util_constants.h" -// {93BCE0BF-3FAF-43b1-9E28-BEB6FAB5ECE7} -static const GUID kSetupTraceProvider = { 0x93bce0bf, 0x3faf, 0x43b1, - { 0x9e, 0x28, 0xbe, 0xb6, 0xfa, 0xb5, 0xec, 0xe7 } }; - namespace installer { // This should be true for the period between the end of @@ -49,9 +45,6 @@ void InitInstallerLogging(const installer_util::MasterPreferences& prefs) { logging::SetMinLogLevel(logging::LOG_ERROR); } - // Enable ETW logging. - logging::LogEventProvider::Initialize(kSetupTraceProvider); - installer_logging_ = true; } |