Chromium Code Reviews| Index: chrome/browser/browser_process_impl.h |
| =================================================================== |
| --- chrome/browser/browser_process_impl.h (revision 113173) |
| +++ chrome/browser/browser_process_impl.h (working copy) |
| @@ -126,6 +126,7 @@ |
| virtual MHTMLGenerationManager* mhtml_generation_manager() OVERRIDE; |
| virtual ComponentUpdateService* component_updater() OVERRIDE; |
| virtual CRLSetFetcher* crl_set_fetcher() OVERRIDE; |
| + virtual AudioManager* audio_manager() OVERRIDE; |
| private: |
| // TODO(joi): Remove. Temporary hack to get at CreateIOThreadState. |
| @@ -286,6 +287,8 @@ |
| scoped_refptr<CRLSetFetcher> crl_set_fetcher_; |
| #endif |
| + scoped_refptr<AudioManager> audio_manager_; |
|
willchan no longer on Chromium
2011/12/10 00:27:33
Why is this refcounted? And if this is used on the
|
| + |
| DISALLOW_COPY_AND_ASSIGN(BrowserProcessImpl); |
| }; |