Index: content/browser/renderer_host/render_view_host.cc |
=================================================================== |
--- content/browser/renderer_host/render_view_host.cc (revision 113019) |
+++ content/browser/renderer_host/render_view_host.cc (working copy) |
@@ -1294,7 +1294,7 @@ |
*url = GURL(chrome::kAboutBlankURL); |
} |
- if (!policy->CanRequestURL(renderer_id, *url)) { |
+ if (!policy->CanRequestURL(renderer_id, *url, NULL)) { |
// If this renderer is not permitted to request this URL, we invalidate the |
// URL. This prevents us from storing the blocked URL and becoming confused |
// later. |