Index: chrome/test/base/testing_browser_process.cc |
=================================================================== |
--- chrome/test/base/testing_browser_process.cc (revision 114012) |
+++ chrome/test/base/testing_browser_process.cc (working copy) |
@@ -226,6 +226,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_. |