| 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 5c774d18b2084e949dc302288bedb5e6f34f3a69..3aad6e757f7bc4a29ea1364cf6a359aa39d6ffd8 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -487,6 +487,8 @@ private:
|
|
|
| EnumerationHistogram& showControlsHistogram() const;
|
|
|
| + void recordAutoplaySourceMetric(int source);
|
| +
|
| UnthrottledTimer<HTMLMediaElement> m_loadTimer;
|
| UnthrottledTimer<HTMLMediaElement> m_progressEventTimer;
|
| UnthrottledTimer<HTMLMediaElement> m_playbackProgressTimer;
|
|
|