| Index: content/browser/loader/resource_dispatcher_host_impl.h
|
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h
|
| index 21d99f76969ec239bea683d56da8680404497e1a..c3359b75f1d67aeab973dc70c0148ad6e7c6f6f0 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.h
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.h
|
| @@ -332,6 +332,7 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
|
| DetachableResourceTimesOut);
|
| FRIEND_TEST_ALL_PREFIXES(ResourceDispatcherHostTest,
|
| TestProcessCancelDetachableTimesOut);
|
| + FRIEND_TEST_ALL_PREFIXES(ResourceDispatcherHostTest, DidChangePriority);
|
|
|
| struct OustandingRequestsStats {
|
| int memory_cost;
|
|
|