summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/blocked_popup_container.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/blocked_popup_container.h')
-rw-r--r--chrome/browser/views/blocked_popup_container.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/views/blocked_popup_container.h b/chrome/browser/views/blocked_popup_container.h
index c634308..4a6fabe 100644
--- a/chrome/browser/views/blocked_popup_container.h
+++ b/chrome/browser/views/blocked_popup_container.h
@@ -185,6 +185,11 @@ class BlockedPopupContainer : public ConstrainedWindow,
// Ignored; BlockedPopupContainer doesn't display a URL bar.
virtual void UpdateTargetURL(TabContents* source, const GURL& url) { }
+ // Creates an ExtensionFunctionDispatcher that has no browser
+ virtual ExtensionFunctionDispatcher *CreateExtensionFunctionDispatcher(
+ RenderViewHost* render_view_host,
+ const std::string& extension_id);
+
// Overridden from Animation:
// Changes the visibility percentage of the BlockedPopupContainer. This is