Index: ash/wm/video_detector.h |
=================================================================== |
--- ash/wm/video_detector.h (revision 155231) |
+++ ash/wm/video_detector.h (working copy) |
@@ -30,7 +30,7 @@ |
class ASH_EXPORT VideoDetectorObserver { |
public: |
// Invoked periodically while a video is being played onscreen. |
- virtual void OnVideoDetected(bool is_fullscreen) = 0; |
+ virtual void OnVideoDetected() = 0; |
protected: |
virtual ~VideoDetectorObserver() {} |