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

Unified Diff: chrome/browser/browser_process.h

Issue 10168008: Show camera and microphone status indicators. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed Tommi's comments. Created 8 years, 8 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/browser_process.h
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
index ecec003738bcee92e0ac08f725d94a53846e11d3..98cc5274ab2fe9bc642acec55a818a4c579e4969 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -30,6 +30,7 @@ class GoogleURLTracker;
class IconManager;
class IntranetRedirectDetector;
class IOThread;
+class MediaStreamCaptureIndicator;
class MetricsService;
class NotificationUIManager;
class PrefService;
@@ -167,6 +168,10 @@ class BrowserProcess {
// Returns the object that manages background applications.
virtual BackgroundModeManager* background_mode_manager() = 0;
+ // Returns the object that controls the media stream capture icon in the
+ // system status tray.
+ virtual MediaStreamCaptureIndicator* media_stream_capture_indicator() = 0;
+
// Returns the StatusTray, which provides an API for displaying status icons
// in the system status tray. Returns NULL if status icons are not supported
// on this platform (or this is a unit test).

Powered by Google App Engine
This is Rietveld 408576698