| 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 3c042c91fe7180618a58892c2c271699c9bd28d5..2c60a2632e5c74d595638960ef9482ad752a5e59 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -200,8 +200,10 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| 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 AllowPepperSocketAPI(
|
| + content::BrowserContext* browser_context,
|
| + const GURL& url,
|
| + const content::SocketPermissionRequest& params) OVERRIDE;
|
| virtual bool AllowPepperPrivateFileAPI() OVERRIDE;
|
| virtual FilePath GetHyphenDictionaryDirectory() OVERRIDE;
|
|
|
|
|