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

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

Issue 9617010: Move chrome.downloads out of experimental to dev (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 7 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 90e31f575f61b8780afce8762104653d9cd896c6..6071ce9303f9b04697928ec0d0c7b34bd3802919 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -52,7 +52,6 @@ class AppNotificationManager;
class BookmarkExtensionEventRouter;
class CrxInstaller;
class ExtensionBrowserEventRouter;
-class ExtensionDownloadsEventRouter;
class ExtensionFontSettingsEventRouter;
class ExtensionGlobalError;
class ExtensionManagedModeEventRouter;
@@ -791,8 +790,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