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

Unified Diff: third_party/WebKit/Source/core/html/HTMLMediaElement.h

Issue 2111673004: When autoplay of muted videos is disabled, record the reason why. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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/Source/core/html/HTMLMediaElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
index ebcf044d88141eacbee2c48399ee4e095d1e0624..69b46bc91156d2a6a721181384c221b30d6591df 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
@@ -662,6 +662,7 @@ private:
class AutoplayHelperClientImpl;
+ friend class AutoplayUmaHelper; // for isAutoplayAllowedPerSettings
friend class Internals;
friend class TrackDisplayUpdateScope;
friend class AutoplayExperimentHelper;

Powered by Google App Engine
This is Rietveld 408576698