| 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 cd468d979720a1f087ce9651dda20be6e3b7a7c9..a265f76737129bf8d56efd595f2ed4a7847d63f0 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -272,6 +272,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| content::BrowserContext* browser_context,
|
| const GURL& url) OVERRIDE;
|
|
|
| + virtual bool IsPluginAllowedToUseDevChannelAPIs() OVERRIDE;
|
| +
|
| private:
|
| #if defined(ENABLE_PLUGINS)
|
| // Set of origins that can use TCP/UDP private APIs from NaCl.
|
|
|