diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-01 12:01:15 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-01 12:01:15 +0000 |
commit | 3ce02419d4f7b3cd1fc062f87fb63a78072b5483 (patch) | |
tree | 6bdbb2cc363827fe8fb6186d5cbf5787f5aaf29d /chrome/test/testing_browser_process.cc | |
parent | af3f286560a8fadb4eb6cb51c7ba2cb0f8e17a66 (diff) | |
download | chromium_src-3ce02419d4f7b3cd1fc062f87fb63a78072b5483.zip chromium_src-3ce02419d4f7b3cd1fc062f87fb63a78072b5483.tar.gz chromium_src-3ce02419d4f7b3cd1fc062f87fb63a78072b5483.tar.bz2 |
Make the ChromeNetworkDelegate use the ExtensionEventRouterForwarder
BUG=73903
TEST=tests for proxy and webrequest API should still work
Review URL: http://codereview.chromium.org/6598002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76372 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/testing_browser_process.cc')
-rw-r--r-- | chrome/test/testing_browser_process.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/test/testing_browser_process.cc b/chrome/test/testing_browser_process.cc index f6af58f..adb2b10 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; } |