| 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 df70c85fa5c7dc6a72e7bd94e38abe94cb485276..fdda9edbc8320df49d99d3b650ca41099430da3b 100644 | 
| --- a/chrome/browser/chrome_content_browser_client.h | 
| +++ b/chrome/browser/chrome_content_browser_client.h | 
| @@ -205,8 +205,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; | 
|  | 
|  |