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

Unified Diff: chrome/browser/ui/ash/chrome_shell_delegate.h

Issue 2821303004: cros: Suspend media sessions with display off trigger by tablet power button (Closed)
Patch Set: rebase Created 3 years, 7 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
Index: chrome/browser/ui/ash/chrome_shell_delegate.h
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.h b/chrome/browser/ui/ash/chrome_shell_delegate.h
index 42e2d60ed0eaf82a50a340ea0cadaa1d1faa9509..2c8c7fff0b5821b7e559df94b9eb45b466e51491 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate.h
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
@@ -61,6 +61,8 @@ class ChromeShellDelegate : public ash::ShellDelegate,
bool use_local_state) override;
void UpdateTouchscreenStatusFromPrefs() override;
void ToggleTouchpad() override;
+ void ResumeMediaSessions() override;
+ void SuspendMediaSessions() override;
// content::NotificationObserver override:
void Observe(int type,

Powered by Google App Engine
This is Rietveld 408576698