| Index: content/ppapi_plugin/ppapi_thread.h
|
| diff --git a/content/ppapi_plugin/ppapi_thread.h b/content/ppapi_plugin/ppapi_thread.h
|
| index ed09b1f548b005627faaddc07beccbbd05b839b3..03f332ddf07c1b0ce005e882ddaf98e166760b1d 100644
|
| --- a/content/ppapi_plugin/ppapi_thread.h
|
| +++ b/content/ppapi_plugin/ppapi_thread.h
|
| @@ -171,6 +171,8 @@ class PpapiThread : public ChildThreadImpl,
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(PpapiThread);
|
| };
|
|
|
| +bool IsWin32kLockdownEnabled();
|
| +
|
| #if defined(COMPILER_MSVC)
|
| #pragma warning(pop)
|
| #endif
|
|
|