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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/notifications/balloon_host.h b/chrome/browser/notifications/balloon_host.h
index 00b1565..4fbb170 100644
--- a/chrome/browser/notifications/balloon_host.h
+++ b/chrome/browser/notifications/balloon_host.h
@@ -50,6 +50,9 @@ class BalloonHost : public content::WebContentsDelegate,
// Returns whether the associated render view is ready. Used only for testing.
bool IsRenderViewReady() const;
+ // content::WebContentsDelegate implementation:
+ virtual bool CanLoadDataURLsInWebUI() const OVERRIDE;
+
protected:
virtual ~BalloonHost();