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

Unified Diff: third_party/WebKit/Source/core/testing/Internals.cpp

Issue 2510353004: Deprecating AutoplayExperimentHelper (Closed)
Patch Set: rebased Created 4 years 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/Source/core/testing/Internals.cpp
diff --git a/third_party/WebKit/Source/core/testing/Internals.cpp b/third_party/WebKit/Source/core/testing/Internals.cpp
index 4381f81180c0c3e3f9675e8183d2d4fab7983e2a..2fc342cc06decff414896c4f32d6a9c0dc59e933 100644
--- a/third_party/WebKit/Source/core/testing/Internals.cpp
+++ b/third_party/WebKit/Source/core/testing/Internals.cpp
@@ -3072,11 +3072,6 @@ void Internals::setMediaElementNetworkState(HTMLMediaElement* mediaElement,
static_cast<WebMediaPlayer::NetworkState>(state));
}
-// TODO(liberato): remove once autoplay gesture override experiment concludes.
-void Internals::triggerAutoplayViewportCheck(HTMLMediaElement* element) {
- element->triggerAutoplayViewportCheckForTesting();
-}
-
String Internals::getScrollAnimationState(Node* node) const {
if (ScrollableArea* scrollableArea = scrollableAreaForNode(node))
return scrollableArea->scrollAnimator().runStateAsText();
« no previous file with comments | « third_party/WebKit/Source/core/testing/Internals.h ('k') | third_party/WebKit/Source/core/testing/Internals.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698