| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index 6c72c0eaa054e2c2fea42e75eafca33c5ac8a44b..e4157304e6c1e6478cdcd68567d2108a9aabc14a 100644
|
| --- a/public/web/WebSettings.h
|
| +++ b/public/web/WebSettings.h
|
| @@ -237,6 +237,7 @@ public:
|
| virtual void setStandardFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) = 0;
|
| virtual void setStrictMixedContentChecking(bool) = 0;
|
| virtual void setStrictPowerfulFeatureRestrictions(bool) = 0;
|
| + virtual void setStrictlyBlockBlockableMixedContent(bool) = 0;
|
| virtual void setSupportDeprecatedTargetDensityDPI(bool) = 0;
|
| virtual void setSupportsMultipleWindows(bool) = 0;
|
| virtual void setSyncXHRInDocumentsEnabled(bool) = 0;
|
|
|