Index: chrome/common/chrome_content_client.cc |
=================================================================== |
--- chrome/common/chrome_content_client.cc (revision 78225) |
+++ chrome/common/chrome_content_client.cc (working copy) |
@@ -9,6 +9,7 @@ |
namespace chrome { |
void ChromeContentClient::SetActiveURL(const GURL& url) { |
+ child_process_logging::SetActiveURL(url); |
} |
void ChromeContentClient::SetGpuInfo(const GPUInfo& gpu_info) { |