summaryrefslogtreecommitdiffstats
path: root/chrome/browser/notifications/balloon_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/notifications/balloon_host.h')
-rw-r--r--chrome/browser/notifications/balloon_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/notifications/balloon_host.h b/chrome/browser/notifications/balloon_host.h
index 4211636..8a286c3 100644
--- a/chrome/browser/notifications/balloon_host.h
+++ b/chrome/browser/notifications/balloon_host.h
@@ -42,7 +42,7 @@ class BalloonHost : public RenderViewHostDelegate,
// TODO(aa): Should this return the native view of the BalloonView*?
return NULL;
}
- virtual TabContents* associated_tab_contents() { return NULL; }
+ virtual TabContents* associated_tab_contents() const { return NULL; }
RenderViewHost* render_view_host() const { return render_view_host_; }