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

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: applied changes that were uploaded on another CL Created 5 years, 3 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 45f5895324c0395800cda7170ee65da4a5aaabd3..77c62049dc180215b61b4647fa74fd9088da8386 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -67,6 +67,7 @@ public:
void setAntialiased2dCanvasEnabled(bool) override;
void setAntialiasedClips2dCanvasEnabled(bool) override;
void setAsynchronousSpellCheckingEnabled(bool) override;
+ void setAutoplayExperimentMode(const WebString&) override;
void setAutoZoomFocusedNodeToLegibleScale(bool) override;
void setCaretBrowsingEnabled(bool) override;
void setClobberUserAgentInitialScaleQuirk(bool) override;

Powered by Google App Engine
This is Rietveld 408576698