summaryrefslogtreecommitdiffstats
path: root/src/core/content_main_delegate_qt.cpp
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2015-04-07 11:44:25 +0200
committerAndras Becsi <andras.becsi@theqtcompany.com>2015-04-07 12:41:51 +0000
commit64a1ed64e1b6574ef770decbac045743e1633545 (patch)
tree2b4b430f77cea41571128b6db9c0f994fc899884 /src/core/content_main_delegate_qt.cpp
parentf9e4bd23f3a126df00302448d7b48cb3eb277c01 (diff)
Revert "Enable the use of IPC tracing"
This reverts commit 3ef408a32c352d86fbc1346304e0a6ffbbe12c0b. Change causes assertions in debug when browser exits. Change-Id: I5e4a57d4e444ad2974c7fe44c4928c486337a04a Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
Diffstat (limited to 'src/core/content_main_delegate_qt.cpp')
-rw-r--r--src/core/content_main_delegate_qt.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/content_main_delegate_qt.cpp b/src/core/content_main_delegate_qt.cpp
index 7c2dde8c4..b8e40a448 100644
--- a/src/core/content_main_delegate_qt.cpp
+++ b/src/core/content_main_delegate_qt.cpp
@@ -40,8 +40,6 @@
#include "base/logging.h"
#include "base/path_service.h"
#include "base/strings/string_number_conversions.h"
-#include "content/public/browser/browser_ipc_logging.h"
-#include "content/public/browser/browser_thread.h"
#include "content/public/common/content_paths.h"
#include "content/public/common/content_switches.h"
#include "ui/base/l10n/l10n_util.h"
@@ -83,10 +81,6 @@ void ContentMainDelegateQt::PreSandboxStartup()
}
logging::SetMinLogLevel(logLevel);
-
-#if defined(IPC_MESSAGE_LOG_ENABLED)
- content::BrowserThread::PostTask(content::BrowserThread::UI, FROM_HERE, base::Bind(&content::EnableIPCLogging, true));
-#endif
}
content::ContentBrowserClient *ContentMainDelegateQt::CreateContentBrowserClient()