| 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 129a5d604cfe270c54d6798d7746fcbe0ee1abe8..f61ab3baabafa58032b79bc1ea3ddde4d9018d5a 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -81,6 +81,9 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| content::ResourceContext* resource_context,
|
| const GURL& current_url,
|
| const GURL& new_url) OVERRIDE;
|
| + virtual void GuestWebContentsCreated(
|
| + content::WebContents* guest_web_contents,
|
| + content::WebContents* embedder_web_contents) OVERRIDE;
|
| virtual std::string GetCanonicalEncodingNameByAliasName(
|
| const std::string& alias_name) OVERRIDE;
|
| virtual void AppendExtraCommandLineSwitches(CommandLine* command_line,
|
|
|