diff options
Diffstat (limited to 'content/public/common/content_switches.h')
-rw-r--r-- | content/public/common/content_switches.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h index da345c7..d976a83 100644 --- a/content/public/common/content_switches.h +++ b/content/public/common/content_switches.h @@ -212,6 +212,7 @@ extern const char kGraphicsMode[]; // Not actual flags, just values: for example, --graphics-mode=compositor extern const char kGraphicsModeValueBasic[]; extern const char kGraphicsModeValueCompositor[]; +extern const char kEnableWebViewSynchronousAPIs[]; #endif #if defined(OS_POSIX) |