| Index: chrome/test/testing_browser_process.cc
|
| diff --git a/chrome/test/testing_browser_process.cc b/chrome/test/testing_browser_process.cc
|
| index b3ed441bd210bffeeaa6976e1a275b50c0f003a0..40a8693d806484dca0b8f9242fb5bbe20c493002 100644
|
| --- a/chrome/test/testing_browser_process.cc
|
| +++ b/chrome/test/testing_browser_process.cc
|
| @@ -117,6 +117,11 @@ ui::Clipboard* TestingBrowserProcess::clipboard() {
|
| return clipboard_.get();
|
| }
|
|
|
| +ExtensionEventRouterForwarder*
|
| +TestingBrowserProcess::extension_event_router_forwarder() {
|
| + return NULL;
|
| +}
|
| +
|
| NotificationUIManager* TestingBrowserProcess::notification_ui_manager() {
|
| return NULL;
|
| }
|
|
|