| 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 a4279f888baf2b3b38991673d77fda0a0ac84dae..ff2beaa3a1ce020ce07ea8d2d1ee1c2d4494f1c8 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(
|
|
|