| 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 aa20b0428be3bb8324990a7d79192d6653b8ceaf..6f0fad48071b6b0fb35d3531bad3ff2ebeae9319 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -198,6 +198,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| virtual void ClearCookies(content::RenderViewHost* rvh) OVERRIDE;
|
| virtual FilePath GetDefaultDownloadDirectory() OVERRIDE;
|
| virtual std::string GetDefaultDownloadName() OVERRIDE;
|
| + virtual void DidCreatePpapiPlugin(
|
| + content::BrowserPpapiHost* browser_host) OVERRIDE;
|
| virtual bool AllowPepperSocketAPI(content::BrowserContext* browser_context,
|
| const GURL& url) OVERRIDE;
|
| virtual bool AllowPepperPrivateFileAPI() OVERRIDE;
|
|
|