Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Unified Diff: public/web/WebSettings.h

Issue 1179223002: Implement autoplay gesture override experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixed comments and names. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« Source/core/html/HTMLMediaElement.cpp ('K') | « Source/web/WebSettingsImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() { }
« Source/core/html/HTMLMediaElement.cpp ('K') | « Source/web/WebSettingsImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698