Re-land r84928: Move EFD to ExtensionTabHelper.
BUG=80308
[email protected]
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85242 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/memory_details.cc b/chrome/browser/memory_details.cc
index ea1c8345..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 @@
}
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) {