summaryrefslogtreecommitdiffstats
path: root/chrome/browser/notifications
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-26 17:35:57 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-26 17:35:57 +0000
commitacafd27450e2ae88347ed8135cd81ff6d8da4c51 (patch)
treeb0f3c470d4285f8b350e2b7994674480c554f8c4 /chrome/browser/notifications
parentec5ed95d919f26d71e1a8346fac834f55dc76ddf (diff)
downloadchromium_src-acafd27450e2ae88347ed8135cd81ff6d8da4c51.zip
chromium_src-acafd27450e2ae88347ed8135cd81ff6d8da4c51.tar.gz
chromium_src-acafd27450e2ae88347ed8135cd81ff6d8da4c51.tar.bz2
Change the UpdateTitle message to use a string16 for the page title.
BUG=23581 Review URL: http://codereview.chromium.org/7510001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94120 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/notifications')
-rw-r--r--chrome/browser/notifications/balloon_host.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/notifications/balloon_host.h b/chrome/browser/notifications/balloon_host.h
index 1feabb2..e91cb05 100644
--- a/chrome/browser/notifications/balloon_host.h
+++ b/chrome/browser/notifications/balloon_host.h
@@ -58,8 +58,6 @@ class BalloonHost : public RenderViewHostDelegate,
virtual void RenderViewGone(RenderViewHost* render_view_host,
base::TerminationStatus status,
int error_code) OVERRIDE;
- virtual void UpdateTitle(RenderViewHost* render_view_host,
- int32 page_id, const std::wstring& title) OVERRIDE {}
virtual ViewType::Type GetRenderViewType() const OVERRIDE;
virtual RenderViewHostDelegate::View* GetViewDelegate() OVERRIDE;
virtual void HandleMouseDown() OVERRIDE;