| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index e4157304e6c1e6478cdcd68567d2108a9aabc14a..70fafd98d662986ce377a34daf93d61953cf5b04 100644
|
| --- a/public/web/WebSettings.h
|
| +++ b/public/web/WebSettings.h
|
| @@ -275,6 +275,7 @@ public:
|
| virtual void setWebSecurityEnabled(bool) = 0;
|
| virtual void setWideViewportQuirkEnabled(bool) = 0;
|
| virtual void setXSSAuditorEnabled(bool) = 0;
|
| + virtual void setAutoplayExperimentMode(const WebString&) = 0;
|
|
|
| protected:
|
| ~WebSettings() { }
|
|
|