summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-14 11:09:00 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-14 11:09:00 +0000
commiteaa7dd18773869211fa0e19ed84392830c0978a8 (patch)
treed45899744e75811ef8a717f83580aab9ef6bf238 /tools
parent257ff5de808c52da6432b7f458b456b99a4d5278 (diff)
downloadchromium_src-eaa7dd18773869211fa0e19ed84392830c0978a8.zip
chromium_src-eaa7dd18773869211fa0e19ed84392830c0978a8.tar.gz
chromium_src-eaa7dd18773869211fa0e19ed84392830c0978a8.tar.bz2
Rename ExtensionsService to ExtensionService.
BUG=61409 TEST=trybots Review URL: http://codereview.chromium.org/5730004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69117 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/heapcheck/suppressions.txt14
-rw-r--r--tools/valgrind/wine_memcheck/suppressions.txt4
-rw-r--r--tools/wine_valgrind/chromium-valgrind-suppressions4
3 files changed, 11 insertions, 11 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 5b0bb6f..db9bc55 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -861,13 +861,13 @@
fun:PurgePluginListCache
fun:PluginService::Observe
fun:NotificationService::Notify
- fun:ExtensionsService::NotifyExtensionLoaded
- fun:ExtensionsService::OnExtensionLoaded
- fun:ExtensionsService::LoadInstalledExtension
- fun:ExtensionsService::ContinueLoadAllExtensions
- fun:ExtensionsService::LoadAllExtensions
- fun:ExtensionsService::Init
- fun:ExtensionsServiceTest_CleanupOnStartup_Test::TestBody
+ fun:ExtensionService::NotifyExtensionLoaded
+ fun:ExtensionService::OnExtensionLoaded
+ fun:ExtensionService::LoadInstalledExtension
+ fun:ExtensionService::ContinueLoadAllExtensions
+ fun:ExtensionService::LoadAllExtensions
+ fun:ExtensionService::Init
+ fun:ExtensionServiceTest_CleanupOnStartup_Test::TestBody
}
{
bug_53184
diff --git a/tools/valgrind/wine_memcheck/suppressions.txt b/tools/valgrind/wine_memcheck/suppressions.txt
index 64161d9..a8f21f8 100644
--- a/tools/valgrind/wine_memcheck/suppressions.txt
+++ b/tools/valgrind/wine_memcheck/suppressions.txt
@@ -502,8 +502,8 @@
Memcheck:Leak
...
fun:operator new
- fun:NewRunnableMethod<ExtensionsServiceBackend,void (__thiscall ExtensionsServiceBackend::*)(void)>
- fun:ExtensionsService::ClearProvidersForTesting
+ fun:NewRunnableMethod<ExtensionServiceBackend,void (__thiscall ExtensionServiceBackend::*)(void)>
+ fun:ExtensionService::ClearProvidersForTesting
}
{
bug_33424
diff --git a/tools/wine_valgrind/chromium-valgrind-suppressions b/tools/wine_valgrind/chromium-valgrind-suppressions
index 3dd72f1..827aeb5 100644
--- a/tools/wine_valgrind/chromium-valgrind-suppressions
+++ b/tools/wine_valgrind/chromium-valgrind-suppressions
@@ -305,8 +305,8 @@
Memcheck:Leak
...
fun:operator new
- fun:NewRunnableMethod<ExtensionsServiceBackend,void (__thiscall ExtensionsServiceBackend::*)(void)>
- fun:ExtensionsService::ClearProvidersForTesting
+ fun:NewRunnableMethod<ExtensionServiceBackend,void (__thiscall ExtensionServiceBackend::*)(void)>
+ fun:ExtensionService::ClearProvidersForTesting
}
{
bug_33424