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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 1179223002: Implement autoplay gesture override experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased. Created 5 years, 5 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
Index: Source/web/WebSettingsImpl.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index 0d51c1046dc7236f86353097c89564a07f78a90a..f804d119e4514b2ed88c2bb90b9623acc238493c 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -192,6 +192,7 @@ public:
void setWebSecurityEnabled(bool) override;
void setWideViewportQuirkEnabled(bool) override;
void setXSSAuditorEnabled(bool) override;
+ void setAutoplayExperimentMode(const WebString&) override;
bool showFPSCounter() const { return m_showFPSCounter; }
bool showPaintRects() const { return m_showPaintRects; }

Powered by Google App Engine
This is Rietveld 408576698