summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/render_view_host_delegate.h
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-29 23:51:41 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-29 23:51:41 +0000
commitdbae6b00f7636167508c4d56e16418b7f717bc54 (patch)
tree4ad8ea27910a28ca2903c921775309fdf25ce746 /content/browser/renderer_host/render_view_host_delegate.h
parentf728a1eb7a4031d5e607b31f80ccd9a959d58188 (diff)
downloadchromium_src-dbae6b00f7636167508c4d56e16418b7f717bc54.zip
chromium_src-dbae6b00f7636167508c4d56e16418b7f717bc54.tar.gz
chromium_src-dbae6b00f7636167508c4d56e16418b7f717bc54.tar.bz2
Remove the IsExternalTabContainer function from the TabContentsDelegate and RenderViewHostDelegate
interfaces as this is specifc to ChromeFrame which is a Chrome feature. This functionality has now been moved to the ContentBrowserClient interface which is implemented by the embedder (Chrome). The content source still has one chrome frame item which is the chrome-frame switch which lives in content_switches.cc/.h. That will be removed in a future CL. Fixes bug http://code.google.com/p/chromium/issues/detail?id=87686 BUG=87686 TEST=ChromeFrame should continue to work as before. Review URL: http://codereview.chromium.org/7277060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91055 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/renderer_host/render_view_host_delegate.h')
-rw-r--r--content/browser/renderer_host/render_view_host_delegate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/content/browser/renderer_host/render_view_host_delegate.h b/content/browser/renderer_host/render_view_host_delegate.h
index 4f93933..6024b19 100644
--- a/content/browser/renderer_host/render_view_host_delegate.h
+++ b/content/browser/renderer_host/render_view_host_delegate.h
@@ -403,9 +403,6 @@ class RenderViewHostDelegate : public IPC::Channel::Listener {
virtual void LoadStateChanged(const GURL& url, net::LoadState load_state,
uint64 upload_position, uint64 upload_size) {}
- // Returns true if this view is used to host an external tab container.
- virtual bool IsExternalTabContainer() const;
-
// Notification that a worker process has crashed.
void WorkerCrashed() {}