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