Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(273)

Unified Diff: content/public/browser/content_browser_client.h

Issue 1053773007: Add Platform Verification Mojo Services. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase only Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | media/mojo/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/content_browser_client.h
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index b7a92d5786de7013ab21b76e4b647d1748266ae1..eff374d1c72f409e37044a2475f8b31bc7bdbca1 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -572,6 +572,12 @@ class CONTENT_EXPORT ContentBrowserClient {
// RenderProcessHost.
virtual void OverrideRenderProcessMojoServices(ServiceRegistry* registry) {}
+ // Allows to override browser Mojo services exposed through the
+ // RenderFrameHost.
+ virtual void OverrideRenderFrameMojoServices(
+ ServiceRegistry* registry,
+ RenderFrameHost* render_frame_host) {}
+
// Registers additional navigator.connect service factories available in a
// particular NavigatorConnectContext.
virtual void GetAdditionalNavigatorConnectServices(
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | media/mojo/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698