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

Unified Diff: chrome/browser/chromeos/power/video_activity_notifier.h

Issue 10916123: 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
diff --git a/chrome/browser/chromeos/power/video_activity_notifier.h b/chrome/browser/chromeos/power/video_activity_notifier.h
index fadc0ce7b30755f15f9601af5adf63a7f61eb519..9ba22d9855bdf43dd5773f69e2b0677100008814 100644
--- a/chrome/browser/chromeos/power/video_activity_notifier.h
+++ b/chrome/browser/chromeos/power/video_activity_notifier.h
@@ -19,7 +19,7 @@ class VideoActivityNotifier : public ash::VideoDetectorObserver {
virtual ~VideoActivityNotifier();
// ash::VideoDetectorObserver implementation.
- virtual void OnVideoDetected() OVERRIDE;
+ virtual void OnVideoDetected(bool is_fullscreen) 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