Index: content/public/browser/content_browser_client.h |
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h |
index 5c0dd671b99a4e7b362cd506d319442be2d615ad..829fd08fd2cb5ee8cb58838826cead63b6bd0e29 100644 |
--- a/content/public/browser/content_browser_client.h |
+++ b/content/public/browser/content_browser_client.h |
@@ -166,6 +166,10 @@ class CONTENT_EXPORT ContentBrowserClient { |
const GURL& current_url, |
const GURL& new_url); |
+ // Notifies that a <webview> guest WebContents has been created. |
+ virtual void GuestWebContentsCreated(WebContents* guest_web_contents, |
jam
2013/01/23 22:16:09
nit: put this method after RenderViewHostCreated a
Fady Samuel
2013/01/23 22:38:01
Done.
|
+ WebContents* embedder_web_contents) {} |
+ |
// See CharacterEncoding's comment. |
virtual std::string GetCanonicalEncodingNameByAliasName( |
const std::string& alias_name); |