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

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: comments 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 f46ed87975146947d1687293471c05a14d3d24f9..e930c4b3308e68f51e9fd85db843c293899a51d4 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -54,7 +54,6 @@ class AppNotificationManager;
class BookmarkExtensionEventRouter;
class CrxInstaller;
class ExtensionBrowserEventRouter;
-class ExtensionDownloadsEventRouter;
class ExtensionFontSettingsEventRouter;
class ExtensionGlobalError;
class ExtensionManagedModeEventRouter;
@@ -802,8 +801,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