| Index: chrome/test/base/testing_browser_process.cc
|
| ===================================================================
|
| --- chrome/test/base/testing_browser_process.cc (revision 137377)
|
| +++ chrome/test/base/testing_browser_process.cc (working copy)
|
| @@ -243,6 +243,10 @@
|
| return NULL;
|
| }
|
|
|
| +chrome::MediaDeviceManager* TestingBrowserProcess::media_device_manager() {
|
| + return NULL;
|
| +}
|
| +
|
| void TestingBrowserProcess::SetLocalState(PrefService* local_state) {
|
| if (!local_state && notification_ui_manager_.get())
|
| notification_ui_manager_.reset(); // Used local_state_.
|
|
|