| 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 55cc78fac53775b5b27cef198a598659822d80ce..fdc8a3e3e3d59a4fa03e222e00386f7dadb63cdb 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -82,6 +82,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,
|
|
|