Index: chrome/browser/profiles/profile.h |
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h |
index 16c34e999dcdce9d4ee2b260ed1062c236a10fd6..f3989b5e460479e47cd60080f8235835aed83864 100644 |
--- a/chrome/browser/profiles/profile.h |
+++ b/chrome/browser/profiles/profile.h |
@@ -18,7 +18,6 @@ |
class ChromeAppCacheService; |
class ChromeURLDataManager; |
-class ExtensionProcessManager; |
class ExtensionService; |
class ExtensionSpecialStoragePolicy; |
class FaviconService; |
@@ -212,12 +211,6 @@ class Profile : public content::BrowserContext { |
// TODO(yoz): remove this accessor (bug 104095). |
virtual extensions::UserScriptMaster* GetUserScriptMaster() = 0; |
- // DEPRECATED. Instead, use ExtensionSystem::process_manager(). |
- // Retrieves a pointer to the ExtensionProcessManager associated with this |
- // profile. The instance is created at startup. |
- // TODO(yoz): remove this accessor (bug 104095). |
- virtual ExtensionProcessManager* GetExtensionProcessManager() = 0; |
- |
// DEPRECATED. Instead, use ExtensionSystem::event_router(). |
// Accessor. The instance is created at startup. |
// TODO(yoz): remove this accessor (bug 104095). |