| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index 3eeb7a88a7d50f27bf0e31a47b19092cc7bb67d3..69604970f9e6f84113eddfe9b7afafb693b66a34 100644
|
| --- a/public/web/WebSettings.h
|
| +++ b/public/web/WebSettings.h
|
| @@ -269,6 +269,7 @@ public:
|
| virtual void setWebSecurityEnabled(bool) = 0;
|
| virtual void setWideViewportQuirkEnabled(bool) = 0;
|
| virtual void setXSSAuditorEnabled(bool) = 0;
|
| + virtual void setLowPriorityIframes(bool) = 0;
|
|
|
| protected:
|
| ~WebSettings() { }
|
|
|