summaryrefslogtreecommitdiffstats
path: root/chrome/common/child_process_logging_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/child_process_logging_win.cc')
-rw-r--r--chrome/common/child_process_logging_win.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/child_process_logging_win.cc b/chrome/common/child_process_logging_win.cc
index 2221713..ff64fe6 100644
--- a/chrome/common/child_process_logging_win.cc
+++ b/chrome/common/child_process_logging_win.cc
@@ -15,6 +15,7 @@ namespace child_process_logging {
typedef void (__cdecl *MainSetActiveURL)(const wchar_t*);
void SetActiveURL(const GURL& url) {
+ return; // TODO(jar): Revert this. This is a test to see the perf impact of not calling SetActiveURL.
HMODULE exe_module = GetModuleHandle(chrome::kBrowserProcessExecutableName);
if (!exe_module)
return;