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

Unified Diff: third_party/WebKit/public/web/WebSettings.h

Issue 2692903002: Don't show media controls when there is a persistent video. (Closed)
Patch Set: cleanup and tests Created 3 years, 10 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: third_party/WebKit/public/web/WebSettings.h
diff --git a/third_party/WebKit/public/web/WebSettings.h b/third_party/WebKit/public/web/WebSettings.h
index 79b8b3c6e2260a1c650e7458634cd214f566c652..0e2acbee57ed38ef2f43cfe2e5180fac25375dd0 100644
--- a/third_party/WebKit/public/web/WebSettings.h
+++ b/third_party/WebKit/public/web/WebSettings.h
@@ -294,6 +294,7 @@ class WebSettings {
virtual void setExpensiveBackgroundThrottlingInitialBudget(float) = 0;
virtual void setExpensiveBackgroundThrottlingMaxBudget(float) = 0;
virtual void setExpensiveBackgroundThrottlingMaxDelay(float) = 0;
+ virtual void setMediaControlsEnabled(bool) = 0;
protected:
~WebSettings() {}

Powered by Google App Engine
This is Rietveld 408576698