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

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: 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
Index: Source/web/WebSettingsImpl.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index e8d76afb601d5b91d2a1f4803313fbc22ba300bc..b768fcf7a984f34c10cc83113e6c91846230cb62 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -194,6 +194,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