| Index: content/public/browser/resource_dispatcher_host_delegate.cc
|
| diff --git a/content/public/browser/resource_dispatcher_host_delegate.cc b/content/public/browser/resource_dispatcher_host_delegate.cc
|
| index e5adc800e425fb451475b7a3dd781fa0d6e99580..cc19e9e7b0d3b314a58eb63b40e8f465712d878c 100644
|
| --- a/content/public/browser/resource_dispatcher_host_delegate.cc
|
| +++ b/content/public/browser/resource_dispatcher_host_delegate.cc
|
| @@ -75,7 +75,7 @@ bool ResourceDispatcherHostDelegate::ShouldInterceptResourceAsStream(
|
| content::ResourceContext* resource_context,
|
| const GURL& url,
|
| const std::string& mime_type,
|
| - GURL* security_origin,
|
| + GURL* origin,
|
| std::string* target_id) {
|
| return false;
|
| }
|
|
|