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

Unified Diff: chrome/browser/extensions/extension_service.h

Issue 10542038: Rewrite DownloadsApiTest in C++. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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/browser/extensions/extension_service.h
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
index b79ed330dffc1c7b8d969f9c594edb5050fcf3c8..e94e0374b0b1390763e1e5918c33b821e4e87519 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -53,7 +53,6 @@ class AppNotificationManager;
class BookmarkExtensionEventRouter;
class CrxInstaller;
class ExtensionBrowserEventRouter;
-class ExtensionDownloadsEventRouter;
class ExtensionFontSettingsEventRouter;
class ExtensionGlobalError;
class ExtensionManagedModeEventRouter;
@@ -796,8 +795,6 @@ class ExtensionService
// Flag to make sure event routers are only initialized once.
bool event_routers_initialized_;
- scoped_ptr<ExtensionDownloadsEventRouter> downloads_event_router_;
-
scoped_ptr<HistoryExtensionEventRouter> history_event_router_;
scoped_ptr<ExtensionBrowserEventRouter> browser_event_router_;

Powered by Google App Engine
This is Rietveld 408576698