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

Unified Diff: chrome/browser/chromeos/power/video_activity_notifier.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 | « ash/wm/video_detector_unittest.cc ('k') | chrome/browser/chromeos/power/video_activity_notifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/power/video_activity_notifier.h
===================================================================
--- chrome/browser/chromeos/power/video_activity_notifier.h (revision 155231)
+++ chrome/browser/chromeos/power/video_activity_notifier.h (working copy)
@@ -19,7 +19,7 @@
virtual ~VideoActivityNotifier();
// ash::VideoDetectorObserver implementation.
- virtual void OnVideoDetected(bool is_fullscreen) OVERRIDE;
+ virtual void OnVideoDetected() OVERRIDE;
private:
// Last time that the power manager was notified.
« no previous file with comments | « ash/wm/video_detector_unittest.cc ('k') | chrome/browser/chromeos/power/video_activity_notifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698