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

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

Issue 2510353004: Deprecating AutoplayExperimentHelper (Closed)
Patch Set: cleaned up the layout code no longer used Created 4 years, 1 month 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.idl
diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
index 06362a23616687ab1d5b98602e5d11c8631e4523..8e35dcbbccf732f758c87646585549bf7366c372 100644
--- a/third_party/WebKit/Source/core/testing/Internals.idl
+++ b/third_party/WebKit/Source/core/testing/Internals.idl
@@ -350,9 +350,6 @@
void setMediaElementNetworkState(HTMLMediaElement element, long state);
- // TODO(liberato): remove once autoplay gesture override experiment concludes.
- void triggerAutoplayViewportCheck(HTMLMediaElement mediaElement);
-
DOMString getScrollAnimationState(Node node);
DOMString getProgrammaticScrollAnimationState(Node node);

Powered by Google App Engine
This is Rietveld 408576698