Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1640)

Unified Diff: chrome/test/testing_browser_process.h

Issue 6598002: Make the ChromeNetworkDelegate use the ExtensionEventRouterForwarder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use profile id Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/testing_browser_process.h
diff --git a/chrome/test/testing_browser_process.h b/chrome/test/testing_browser_process.h
index 2cc07ae511fa08380fe45c07dff7aed292049322..e2c84b2ed9388ac00cd3d1006b33b123c2cbb5e5 100644
--- a/chrome/test/testing_browser_process.h
+++ b/chrome/test/testing_browser_process.h
@@ -79,6 +79,8 @@ class TestingBrowserProcess : public BrowserProcess {
virtual ui::Clipboard* clipboard();
+ virtual ExtensionEventRouterForwarder* extension_event_router_forwarder();
+
virtual NotificationUIManager* notification_ui_manager();
virtual GoogleURLTracker* google_url_tracker();

Powered by Google App Engine
This is Rietveld 408576698