summaryrefslogtreecommitdiffstats
path: root/lib/web_contents_view_qt.h
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2013-06-25 18:15:53 +0200
committerZeno Albisser <zeno.albisser@digia.com>2013-06-25 18:38:59 +0200
commit211f7b2b56db66f7ec2979404d3a51419f9019c0 (patch)
tree02d78b44ad048f36b886ad024d94da0f3efa7767 /lib/web_contents_view_qt.h
parente3de43ff09c06d478b7be46706deae737894dd83 (diff)
Use WebContentsViewQt::SetPageTitle for title change notifications
Using the NotificationObserver mechanism for this purpose seams to be a bit of overkill so remove the inheritance from WebContentsDelegateQt. We can re-add it later if we find useful notifications. Change-Id: I4dff59f66893cd36ed8c0700fa492a3eeb99f87b Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
Diffstat (limited to 'lib/web_contents_view_qt.h')
-rw-r--r--lib/web_contents_view_qt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/web_contents_view_qt.h b/lib/web_contents_view_qt.h
index dbdd3cc9c..5f59d4934 100644
--- a/lib/web_contents_view_qt.h
+++ b/lib/web_contents_view_qt.h
@@ -79,7 +79,7 @@ public:
virtual content::RenderWidgetHostView* CreateViewForPopupWidget(content::RenderWidgetHost* render_widget_host) { return 0; }
- virtual void SetPageTitle(const string16& title) { QT_NOT_YET_IMPLEMENTED }
+ virtual void SetPageTitle(const string16& title);
virtual void RenderViewCreated(content::RenderViewHost* host) { QT_NOT_YET_IMPLEMENTED }