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

Unified Diff: tools/heapcheck/suppressions.txt

Issue 15517005: Remove references to Profile from browser_context_keyed_service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase & style Created 7 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: tools/heapcheck/suppressions.txt
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index b83b9f807338a81c0874e3d12244b7b738b63eb1..92f0924d813a38597641a65cf614a31bc83a0b2b 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -273,9 +273,9 @@
...
fun:GtkThemeService::GtkThemeService
fun:ThemeServiceFactory::BuildServiceInstanceFor
- fun:ProfileKeyedServiceFactory::GetServiceForProfile
- fun:ProfileKeyedServiceFactory::CreateServiceNow
- fun:ProfileDependencyManager::CreateProfileServices
+ fun:BrowserContextKeyedServiceFactory::GetServiceForBrowserContext
+ fun:BrowserContextKeyedServiceFactory::CreateServiceNow
+ fun:BrowserContextDependencyManager::CreateProfileServices
fun:TestingProfile::Init
fun:TestingProfile::TestingProfile
}
@@ -991,8 +991,8 @@
fun:Iterator
fun:DownloadManager::Shutdown
fun:DownloadService::Shutdown
- fun:ProfileKeyedServiceFactory::ProfileShutdown
- fun:ProfileDependencyManager::DestroyProfileServices
+ fun:BrowserContextKeyedServiceFactory::ProfileShutdown
+ fun:BrowserContextDependencyManager::DestroyProfileServices
fun:~OffTheRecordProfileImpl
fun:~scoped_ptr
fun:~ProfileImpl
@@ -1233,7 +1233,7 @@
...
fun:ThemeServiceFactory::BuildServiceInstanceFor
...
- fun:ProfileKeyedServiceFactory::GetServiceForProfile
+ fun:BrowserContextKeyedServiceFactory::GetServiceForBrowserContext
fun:ThemeServiceFactory::GetForProfile
}
{
@@ -1314,8 +1314,8 @@
Heapcheck:Leak
...
fun:BuildWebDataService
- fun:RefcountedProfileKeyedServiceFactory::GetServiceForProfile
- fun:RefcountedProfileKeyedServiceFactory::SetTestingFactoryAndUse
+ fun:RefcountedBrowserContextKeyedServiceFactory::GetServiceForBrowserContext
+ fun:RefcountedBrowserContextKeyedServiceFactory::SetTestingFactoryAndUse
fun:TestingProfile::CreateWebDataService
}
{

Powered by Google App Engine
This is Rietveld 408576698