| Index: content/common/content_switches_internal.h
|
| diff --git a/content/common/content_switches_internal.h b/content/common/content_switches_internal.h
|
| index ad2fd6505a011e542f655dc3c0386fcb663176c9..74287c466569e3cfeaedffba1527e013c437639c 100644
|
| --- a/content/common/content_switches_internal.h
|
| +++ b/content/common/content_switches_internal.h
|
| @@ -5,12 +5,15 @@
|
| #ifndef CONTENT_COMMON_CONTENT_SWITCHES_INTERNAL_H_
|
| #define CONTENT_COMMON_CONTENT_SWITCHES_INTERNAL_H_
|
|
|
| +#include "content/public/common/web_preferences.h"
|
| +
|
| namespace content {
|
|
|
| bool IsPinchToZoomEnabled();
|
| #if defined(OS_WIN)
|
| bool IsWin32kRendererLockdownEnabled();
|
| #endif
|
| +V8CacheOptions GetV8CacheOptions();
|
|
|
| } // namespace content
|
|
|
|
|