| Index: chrome/browser/chrome_content_browser_client.h
|
| ===================================================================
|
| --- chrome/browser/chrome_content_browser_client.h (revision 166155)
|
| +++ chrome/browser/chrome_content_browser_client.h (working copy)
|
| @@ -205,6 +205,8 @@
|
| virtual std::string GetDefaultDownloadName() OVERRIDE;
|
| virtual void DidCreatePpapiPlugin(
|
| content::BrowserPpapiHost* browser_host) OVERRIDE;
|
| + virtual content::BrowserPpapiHost* GetExternalBrowserPpapiHost(
|
| + int plugin_process_id) OVERRIDE;
|
| virtual bool AllowPepperSocketAPI(
|
| content::BrowserContext* browser_context,
|
| const GURL& url,
|
|
|