| Index: content/browser/renderer_host/resource_dispatcher_host_impl.cc
|
| diff --git a/content/browser/renderer_host/resource_dispatcher_host_impl.cc b/content/browser/renderer_host/resource_dispatcher_host_impl.cc
|
| index 894ac63232eb3095fc67b329e0780c9b144f7a06..8b9d19e909f4862f3f8c4a652e8a33c2699d9978 100644
|
| --- a/content/browser/renderer_host/resource_dispatcher_host_impl.cc
|
| +++ b/content/browser/renderer_host/resource_dispatcher_host_impl.cc
|
| @@ -178,7 +178,7 @@ bool ShouldServiceRequest(ProcessType process_type,
|
| !policy->CanReadFile(child_id, iter->path())) {
|
| NOTREACHED() << "Denied unauthorized upload of "
|
| << iter->path().value();
|
| - return false;
|
| + return false;/**/
|
| }
|
| }
|
| }
|
|
|