| 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).
|
|
|