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

Unified Diff: chrome/browser/profiles/profile.h

Issue 11232066: Remove GetExtensionEventRouter from Profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 2 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/profiles/profile.h
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index 15f83d2c273358009170eda6e56e99a2de9e068b..556ef4918d9b60fce4fb806a011eb6a7c1f5a4ae 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -52,7 +52,6 @@ class WebUI;
}
namespace extensions {
-class EventRouter;
class UserScriptMaster;
}
@@ -205,11 +204,6 @@ class Profile : public content::BrowserContext {
// TODO(yoz): remove this accessor (bug 104095).
virtual extensions::UserScriptMaster* GetUserScriptMaster() = 0;
- // DEPRECATED. Instead, use ExtensionSystem::event_router().
- // Accessor. The instance is created at startup.
- // TODO(yoz): remove this accessor (bug 104095).
- virtual extensions::EventRouter* GetExtensionEventRouter() = 0;
-
// Accessor. The instance is created upon first access.
virtual ExtensionSpecialStoragePolicy*
GetExtensionSpecialStoragePolicy() = 0;

Powered by Google App Engine
This is Rietveld 408576698