Index: android_webview/browser/aw_content_browser_client.cc |
diff --git a/android_webview/browser/aw_content_browser_client.cc b/android_webview/browser/aw_content_browser_client.cc |
index 749d724459f102e1bfce9489f97f4c998b971390..dcfc10994af221b9b0d6341beebb98faffcee2d2 100644 |
--- a/android_webview/browser/aw_content_browser_client.cc |
+++ b/android_webview/browser/aw_content_browser_client.cc |
@@ -417,7 +417,6 @@ bool AwContentBrowserClient::CanCreateWindow( |
const blink::mojom::WindowFeatures& features, |
bool user_gesture, |
bool opener_suppressed, |
- content::ResourceContext* context, |
bool* no_javascript_access) { |
// We unconditionally allow popup windows at this stage and will give |
// the embedder the opporunity to handle displaying of the popup in |