| 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 5d6d70bb5cc80005b2a4a5296e0deab509674678..9070f6f98adfd38333189317030e521415095ba7 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -107,6 +107,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| content::ResourceContext* resource_context,
|
| const GURL& current_url,
|
| const GURL& new_url) OVERRIDE;
|
| + virtual void BrowserPluginGuestCreated(
|
| + content::BrowserPluginGuest* guest) OVERRIDE;
|
| virtual std::string GetCanonicalEncodingNameByAliasName(
|
| const std::string& alias_name) OVERRIDE;
|
| virtual void AppendExtraCommandLineSwitches(CommandLine* command_line,
|
|
|