| Index: content/public/browser/resource_dispatcher_host_delegate.h
|
| diff --git a/content/public/browser/resource_dispatcher_host_delegate.h b/content/public/browser/resource_dispatcher_host_delegate.h
|
| index 4c2fef0671100862c0566e17cbaa87ad8debf589..19cd6cf76f0498ec81901bc418f18ef2d31c5f98 100644
|
| --- a/content/public/browser/resource_dispatcher_host_delegate.h
|
| +++ b/content/public/browser/resource_dispatcher_host_delegate.h
|
| @@ -72,7 +72,7 @@ class CONTENT_EXPORT ResourceDispatcherHostDelegate {
|
| int child_id,
|
| int route_id,
|
| int request_id,
|
| - bool is_new_request,
|
| + bool is_content_initiated,
|
| ScopedVector<ResourceThrottle>* throttles);
|
|
|
| // Called when an SSL Client Certificate is requested. If false is returned,
|
|
|