| Index: chrome/test/testing_browser_process.cc
|
| diff --git a/chrome/test/testing_browser_process.cc b/chrome/test/testing_browser_process.cc
|
| index f6af58fe734bf8542ee5ef7776ec96f655753c42..adb2b109750fcb83f5fb575a97de983a355a8531 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;
|
| }
|
|
|