| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index e08d5bb2ebf8099aaf9e099f547088b34db82982..4eec0d66a2496eef28f7884d93cc70a8441ecb82 100644
|
| --- a/public/web/WebSettings.h
|
| +++ b/public/web/WebSettings.h
|
| @@ -222,6 +222,7 @@ public:
|
| // elements using SPACE or ENTER keys.
|
| virtual void setSpatialNavigationEnabled(bool) = 0;
|
| virtual void setStandardFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) = 0;
|
| + virtual void setStrictMixedContentChecking(bool) = 0;
|
| virtual void setSupportDeprecatedTargetDensityDPI(bool) = 0;
|
| virtual void setSupportsMultipleWindows(bool) = 0;
|
| virtual void setSyncXHRInDocumentsEnabled(bool) = 0;
|
|
|