summaryrefslogtreecommitdiffstats
path: root/src/core/web_contents_view_qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/web_contents_view_qt.cpp')
-rw-r--r--src/core/web_contents_view_qt.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/web_contents_view_qt.cpp b/src/core/web_contents_view_qt.cpp
index 83147f8bf..5ae238b21 100644
--- a/src/core/web_contents_view_qt.cpp
+++ b/src/core/web_contents_view_qt.cpp
@@ -88,11 +88,6 @@ void WebContentsViewQt::CreateView(const gfx::Size& initial_size, gfx::NativeVie
m_factoryClient = reinterpret_cast<WebContentsAdapterClient *>(context);
}
-void WebContentsViewQt::SetPageTitle(const string16& title)
-{
- m_client->titleChanged(toQt(title));
-}
-
gfx::NativeView WebContentsViewQt::GetNativeView() const
{
// Hack to provide the client to WebContentsImpl::CreateNewWindow.