summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/intents/web_intent_inline_disposition_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/intents/web_intent_inline_disposition_delegate.h')
-rw-r--r--chrome/browser/ui/intents/web_intent_inline_disposition_delegate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/ui/intents/web_intent_inline_disposition_delegate.h b/chrome/browser/ui/intents/web_intent_inline_disposition_delegate.h
index f118aba..08a8be6 100644
--- a/chrome/browser/ui/intents/web_intent_inline_disposition_delegate.h
+++ b/chrome/browser/ui/intents/web_intent_inline_disposition_delegate.h
@@ -53,6 +53,7 @@ class WebIntentInlineDispositionDelegate
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
virtual void RenderViewCreated(
content::RenderViewHost* render_view_host) OVERRIDE;
+ virtual void DocumentAvailableInMainFrame() OVERRIDE;
// ExtensionFunctionDispatcher::Delegate
virtual extensions::WindowController* GetExtensionWindowController()
@@ -70,6 +71,9 @@ class WebIntentInlineDispositionDelegate
Browser* browser_; // Weak pointer.
+ // The RVH responsible for the RenderView. Weak pointer.
+ content::RenderViewHost* render_view_host_;
+
// Dispatch handler for extension APIs.
ExtensionFunctionDispatcher extension_function_dispatcher_;
};