diff options
Diffstat (limited to 'ppapi/shared_impl/ppapi_switches.h')
-rw-r--r-- | ppapi/shared_impl/ppapi_switches.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/shared_impl/ppapi_switches.h b/ppapi/shared_impl/ppapi_switches.h index a5c8e9d..4fb9c3481 100644 --- a/ppapi/shared_impl/ppapi_switches.h +++ b/ppapi/shared_impl/ppapi_switches.h @@ -10,6 +10,7 @@ namespace switches { PPAPI_SHARED_EXPORT extern const char kEnablePepperTesting[]; +PPAPI_SHARED_EXPORT extern const char kPpapiKeepAliveThrottle[]; } // namespace switches |