Chromium Code Reviews| Index: public/web/WebSettings.h |
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h |
| index 9f012661ecb1bcfbcc79ddb9238ab8e389d7e872..9bfb306b00424d6095536dfffdb60d1cfd8d03dd 100644 |
| --- a/public/web/WebSettings.h |
| +++ b/public/web/WebSettings.h |
| @@ -277,6 +277,7 @@ public: |
| virtual void setWebSecurityEnabled(bool) = 0; |
| virtual void setWideViewportQuirkEnabled(bool) = 0; |
| virtual void setXSSAuditorEnabled(bool) = 0; |
| + virtual void setAutoplayExperimentMode(const WebString&) = 0; |
|
dglazkov
2015/08/06 20:55:23
Let's not use a String here. Take a look at how Te
liberato (no reviews please)
2015/09/01 06:54:19
I tried several approaches to make Settings.in tak
|
| protected: |
| ~WebSettings() { } |