| 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 1a276f6e2324603ffb1294ccceeb30dcdd6f64e0..a30ce2d861721b53a1f08b6560cd7045034eee42 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.cc
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| @@ -293,9 +293,6 @@ bool ShouldServiceRequest(int process_type,
|
| const net::HttpRequestHeaders& headers,
|
| ResourceMessageFilter* filter,
|
| ResourceContext* resource_context) {
|
| - if (process_type == PROCESS_TYPE_PLUGIN)
|
| - return true;
|
| -
|
| ChildProcessSecurityPolicyImpl* policy =
|
| ChildProcessSecurityPolicyImpl::GetInstance();
|
|
|
|
|