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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 1156993013: New media playback UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed my own broken unit test. They really work! 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 920e4648eac7b849f712ef62f3cd1cb21d306472..82a4bd41f2d4c272412643c2e6902b648552a193 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -129,6 +129,7 @@ public:
void setPictographFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) override;
void setPinchOverlayScrollbarThickness(int) override;
void setPluginsEnabled(bool) override;
+ void setPreferHiddenAudioElements(bool) override;
void setAvailablePointerTypes(int) override;
void setPrimaryPointerType(PointerType) override;
void setAvailableHoverTypes(int) override;

Powered by Google App Engine
This is Rietveld 408576698