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

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

Issue 11246003: Remove Profile->GetExtensionProcessManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix extension_crash_recovery_browsertest 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
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_impl.cc ('k') | chrome/browser/profiles/profile_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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).
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_impl.cc ('k') | chrome/browser/profiles/profile_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698