diff options
author | mihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-20 21:21:47 +0000 |
---|---|---|
committer | mihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-20 21:21:47 +0000 |
commit | 8809f144c378ccfe77ae574d47418aba7cf55491 (patch) | |
tree | 6335d9fe36985256cc39b8c9f5bdb0ec01b3f77e /chrome/browser/extensions/extension_function_test_utils.cc | |
parent | d6404c5cba3cf3c74d0d34a70498c5333444113a (diff) | |
download | chromium_src-8809f144c378ccfe77ae574d47418aba7cf55491.zip chromium_src-8809f144c378ccfe77ae574d47418aba7cf55491.tar.gz chromium_src-8809f144c378ccfe77ae574d47418aba7cf55491.tar.bz2 |
Remove ExtensionFunctionDispatcher::Delegate::GetNativeViewOfHost.
It does not appear to have any callers. It was used by extension_popup_api.cc,
but that file was deleted in r74834.
R=mpcomplete@chromium.org
Review URL: http://codereview.chromium.org/9254048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118501 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extension_function_test_utils.cc')
-rw-r--r-- | chrome/browser/extensions/extension_function_test_utils.cc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome/browser/extensions/extension_function_test_utils.cc b/chrome/browser/extensions/extension_function_test_utils.cc index ea7a2ac..c35c8a3 100644 --- a/chrome/browser/extensions/extension_function_test_utils.cc +++ b/chrome/browser/extensions/extension_function_test_utils.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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. @@ -32,10 +32,6 @@ class TestFunctionDispatcherDelegate return browser_; } - virtual gfx::NativeView GetNativeViewOfHost() OVERRIDE { - return NULL; - } - virtual WebContents* GetAssociatedWebContents() const OVERRIDE { return NULL; } |