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..643263e40750223f4e30194011a87afeeb0939eb 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 from_web, |
ScopedVector<ResourceThrottle>* throttles); |
// Called when an SSL Client Certificate is requested. If false is returned, |