Chromium Code Reviews| Index: chrome/test/base/testing_browser_process.cc |
| =================================================================== |
| --- chrome/test/base/testing_browser_process.cc (revision 113173) |
| +++ chrome/test/base/testing_browser_process.cc (working copy) |
| @@ -240,6 +240,10 @@ |
| return NULL; |
| } |
| +AudioManager* TestingBrowserProcess::audio_manager() { |
| + return NULL; |
| +} |
| + |
| void TestingBrowserProcess::SetLocalState(PrefService* local_state) { |
| if (!local_state && notification_ui_manager_.get()) |
| notification_ui_manager_.reset(); // Used local_state_. |