diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-11 23:54:37 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-11 23:54:37 +0000 |
commit | 4bae577ea5e80c18d50cbfbd69892412a960a617 (patch) | |
tree | 73992b88d7a13ba00cf4e1ec5497116938b98228 /chrome/browser/memory_details.cc | |
parent | 7acf63cef0c03ed87b5f9f389a6b2b1828039b87 (diff) | |
download | chromium_src-4bae577ea5e80c18d50cbfbd69892412a960a617.zip chromium_src-4bae577ea5e80c18d50cbfbd69892412a960a617.tar.gz chromium_src-4bae577ea5e80c18d50cbfbd69892412a960a617.tar.bz2 |
Re-land r84928: Move ExtensionFunctionDispatcher to
ExtensionTabHelper.
This reverts commit 89a6b9d9232949a01b8263779fa819ed4d5b3089.
TBR=mpcomplete@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85076 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/memory_details.cc')
-rw-r--r-- | chrome/browser/memory_details.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/memory_details.cc b/chrome/browser/memory_details.cc index ea1c834..074e42d 100644 --- a/chrome/browser/memory_details.cc +++ b/chrome/browser/memory_details.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -171,7 +171,7 @@ void MemoryDetails::CollectChildInfoOnUIThread() { } TabContents* contents = host_delegate->GetAsTabContents(); if (!contents) { - if (host->is_extension_process()) { + if (host->process()->is_extension_process()) { const Extension* extension = extension_service->GetExtensionByURL(url); if (extension) { |