| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index 546792e448e4c7556edf12f528fdee9d21c0b0eb..ca247d88fd62e3af956f283ec0e8616c4ba81b07 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -197,6 +197,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| 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,
|
|
|