| Index: content/public/browser/content_browser_client.h
|
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
| index e82de2ba8f5fed0b199a6850a09f33eed2c3aa2d..f89c04e07987175ef2f006e7880dd9d790145919 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -562,6 +562,9 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| // It's valid to return nullptr.
|
| virtual TracingDelegate* GetTracingDelegate();
|
|
|
| + // Returns true if NPAPI plugins are enabled.
|
| + virtual bool IsNPAPIEnabled();
|
| +
|
| // Returns true if plugin referred to by the url can use
|
| // pp::FileIO::RequestOSFileHandle.
|
| virtual bool IsPluginAllowedToCallRequestOSFileHandle(
|
|
|