summaryrefslogtreecommitdiffstats
path: root/extensions/browser/extension_web_contents_observer.h
diff options
context:
space:
mode:
authorsammc <sammc@chromium.org>2015-02-13 01:42:38 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-13 09:43:05 +0000
commit143f3c531ee479be7f4ca61f9614de0850ef04a4 (patch)
tree5d5a7b4e192c298c02afda523f5f9e6f99781149 /extensions/browser/extension_web_contents_observer.h
parentf2b0697dffb81b2bcfe0ac997eb593b96841a1c4 (diff)
downloadchromium_src-143f3c531ee479be7f4ca61f9614de0850ef04a4.zip
chromium_src-143f3c531ee479be7f4ca61f9614de0850ef04a4.tar.gz
chromium_src-143f3c531ee479be7f4ca61f9614de0850ef04a4.tar.bz2
Remove extensions::ServiceRegistrationManager.
Review URL: https://codereview.chromium.org/919943002 Cr-Commit-Position: refs/heads/master@{#316197}
Diffstat (limited to 'extensions/browser/extension_web_contents_observer.h')
-rw-r--r--extensions/browser/extension_web_contents_observer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/browser/extension_web_contents_observer.h b/extensions/browser/extension_web_contents_observer.h
index cd5712c..cd48560 100644
--- a/extensions/browser/extension_web_contents_observer.h
+++ b/extensions/browser/extension_web_contents_observer.h
@@ -40,6 +40,8 @@ class ExtensionWebContentsObserver : public content::WebContentsObserver {
// A subclass should invoke this method to finish extension process setup.
void RenderViewCreated(content::RenderViewHost* render_view_host) override;
+ void RenderFrameCreated(content::RenderFrameHost* render_frame_host) override;
+
// Returns the extension or app associated with a render view host. Returns
// NULL if the render view host is not for a valid extension.
const Extension* GetExtension(content::RenderViewHost* render_view_host);