| 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 bac90d2917135539e452eecacbc536a43d1d5fc2..942b0c368ec4d4d8a51030f7c410db916ab7e7d6 100644
|
| --- a/android_webview/browser/aw_content_browser_client.cc
|
| +++ b/android_webview/browser/aw_content_browser_client.cc
|
| @@ -384,6 +384,7 @@ bool AwContentBrowserClient::CanCreateWindow(
|
| WindowContainerType container_type,
|
| const GURL& target_url,
|
| const content::Referrer& referrer,
|
| + const std::string& frame_name,
|
| WindowOpenDisposition disposition,
|
| const blink::WebWindowFeatures& features,
|
| bool user_gesture,
|
|
|