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

Unified Diff: ash/shell.h

Issue 139053003: Chrome OS: avoid suspending on lid close when casting is active. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pass security origin to MediaObserver. Created 6 years, 11 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/shell.cc » ('j') | chrome/browser/media/media_capture_devices_dispatcher.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index ff58e66372b4a004ad81c46deec72f43d585fe14..efa278e1a47367529cbfc69553243ae14b241a00 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -286,6 +286,9 @@ class ASH_EXPORT Shell
// unlocked.
void OnLockStateChanged(bool locked);
+ // Called when a casting session is started or stopped.
Daniel Erat 2014/01/17 19:13:51 nit: it looks from the rest of the code like there
hshi1 2014/01/17 19:31:28 Done.
+ void OnCastingStateChanged(bool started);
+
// Initializes |shelf_|. Does nothing if it's already initialized.
void CreateShelf();
« no previous file with comments | « no previous file | ash/shell.cc » ('j') | chrome/browser/media/media_capture_devices_dispatcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698