From 2ea838305c645c8e1adde79ba3852433a960f3a2 Mon Sep 17 00:00:00 2001 From: "mirandac@chromium.org" Date: Mon, 17 Oct 2011 20:20:47 +0000 Subject: Change usage of AllSources to AllBrowserContextsAndSources to indicate that usage is safe for multiprofiles. BUG=none TEST=none Review URL: http://codereview.chromium.org/8306015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105894 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/ui/webui/media/media_internals_proxy.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome') diff --git a/chrome/browser/ui/webui/media/media_internals_proxy.cc b/chrome/browser/ui/webui/media/media_internals_proxy.cc index 8e641ce..1d07f72 100644 --- a/chrome/browser/ui/webui/media/media_internals_proxy.cc +++ b/chrome/browser/ui/webui/media/media_internals_proxy.cc @@ -26,7 +26,7 @@ MediaInternalsProxy::MediaInternalsProxy() : ThreadSafeObserverImpl(net::NetLog::LOG_ALL_BUT_BYTES) { io_thread_ = g_browser_process->io_thread(); registrar_.Add(this, content::NOTIFICATION_RENDERER_PROCESS_TERMINATED, - NotificationService::AllSources()); + NotificationService::AllBrowserContextsAndSources()); } void MediaInternalsProxy::Observe(int type, const NotificationSource& source, -- cgit v1.1