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

Unified Diff: ash/wm/video_detector.h

Issue 10928037: Revert 155224 - Add is_fullscreen to video updates (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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
« no previous file with comments | « no previous file | ash/wm/video_detector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {}
« no previous file with comments | « no previous file | ash/wm/video_detector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698