| Index: content/public/common/content_switches.h
|
| diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
|
| index da345c77cfd0b1fdc2c5eeca8baaf34db9fda8a9..d976a830b087d78cfb66feba25a4c954f7aec63a 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)
|
|
|