diff options
author | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-15 07:19:58 +0000 |
---|---|---|
committer | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-15 07:19:58 +0000 |
commit | b2aba39b2899d8498027cf357260db04b7855dbc (patch) | |
tree | cad598fb13c0cece9df517d41a7fe7f3ad8f3f62 /chrome/common/child_process_logging_win.cc | |
parent | db2b3ebac1e1ee6f92aaa30b9d5ff7688003277b (diff) | |
download | chromium_src-b2aba39b2899d8498027cf357260db04b7855dbc.zip chromium_src-b2aba39b2899d8498027cf357260db04b7855dbc.tar.gz chromium_src-b2aba39b2899d8498027cf357260db04b7855dbc.tar.bz2 |
Revert checkin 29096
Removing a line that I put in just to get perf data from the build bots.
TBR=mbelshe
Review URL: http://codereview.chromium.org/267114
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29100 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/child_process_logging_win.cc')
-rw-r--r-- | chrome/common/child_process_logging_win.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/child_process_logging_win.cc b/chrome/common/child_process_logging_win.cc index ff64fe6..2221713 100644 --- a/chrome/common/child_process_logging_win.cc +++ b/chrome/common/child_process_logging_win.cc @@ -15,7 +15,6 @@ 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; |