From de56f378336660dcc848763c80267a5e063ae47d Mon Sep 17 00:00:00 2001 From: "tc@google.com" <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> Date: Wed, 1 Oct 2008 22:31:35 +0000 Subject: Merge the chrome_webkit_merge_branch back on to trunk. This brings us up to webkit@36102. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2778 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/webdatasource_impl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webkit/glue/webdatasource_impl.h') diff --git a/webkit/glue/webdatasource_impl.h b/webkit/glue/webdatasource_impl.h index baa476b..e4394bb 100644 --- a/webkit/glue/webdatasource_impl.h +++ b/webkit/glue/webdatasource_impl.h @@ -73,6 +73,8 @@ class WebDataSourceImpl : public WebDataSource { virtual bool IsFormSubmit() const; + virtual std::wstring GetPageTitle() const; + private: WebFrameImpl* frame_; WebDocumentLoaderImpl* loader_; -- cgit v1.1