Index: content/browser/worker_host/worker_process_host.cc |
diff --git a/content/browser/worker_host/worker_process_host.cc b/content/browser/worker_host/worker_process_host.cc |
index f340df7dfaf97a1031392a739ef0b73793e33d11..6949d2a14dda540c0beb5e67aaa5a0a464308054 100644 |
--- a/content/browser/worker_host/worker_process_host.cc |
+++ b/content/browser/worker_host/worker_process_host.cc |
@@ -494,7 +494,7 @@ void WorkerProcessHost::UpdateTitle() { |
if (title.empty()) { |
title = net::RegistryControlledDomainService::GetDomainAndRegistry( |
- i->url()); |
+ i->url(), net::RCDS::EXCLUDE_PRIVATE_REGISTRIES); |
} |
// Use the host name if the domain is empty, i.e. localhost or IP address. |