| Index: content/browser/loader/resource_dispatcher_host_impl.cc
|
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.cc b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| index 981c71ba454f337c573f6c9b64805d7934a13ce5..d0bc8a67002d511ddb64e84c43f2877d24a3344c 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.cc
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| @@ -517,8 +517,6 @@ ResourceDispatcherHostImpl::ResourceDispatcherHostImpl()
|
| DCHECK(!g_resource_dispatcher_host);
|
| g_resource_dispatcher_host = this;
|
|
|
| - GetContentClient()->browser()->ResourceDispatcherHostCreated();
|
| -
|
| ANNOTATE_BENIGN_RACE(
|
| &last_user_gesture_time_,
|
| "We don't care about the precise value, see http://crbug.com/92889");
|
|
|