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

Unified Diff: Source/core/testing/InternalSettings.cpp

Issue 1360203002: Fix media element time display for times over an hour. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/core/testing/InternalSettings.cpp
diff --git a/Source/core/testing/InternalSettings.cpp b/Source/core/testing/InternalSettings.cpp
index 9ad74d0e61f6f4601a455b44a5f83a16a86efb10..501f48141d047f0b5c605eb2a2d0546422b75bbf 100644
--- a/Source/core/testing/InternalSettings.cpp
+++ b/Source/core/testing/InternalSettings.cpp
@@ -511,4 +511,9 @@ void InternalSettings::setPreloadLogging(bool enabled, ExceptionState& exception
settings()->setLogPreload(enabled);
}
+void InternalSettings::setNewMediaPlaybackUiEnabled(bool enabled)
+{
+ RuntimeEnabledFeatures::setNewMediaPlaybackUiEnabled(enabled);
+}
+
}

Powered by Google App Engine
This is Rietveld 408576698