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

Unified Diff: extensions/browser/mojo/service_registration.h

Issue 1035263002: Add service registration for Mojo services defined under chrome/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync with master. Created 5 years, 9 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 | « extensions/browser/extensions_browser_client.h ('k') | extensions/browser/mojo/service_registration.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/mojo/service_registration.h
diff --git a/extensions/browser/mojo/service_registration.h b/extensions/browser/mojo/service_registration.h
index 39cfe0a743996d8a9e523b5a348080fb8dcbd498..a371392b7b817cf66c633acef4dc9319ce627c3f 100644
--- a/extensions/browser/mojo/service_registration.h
+++ b/extensions/browser/mojo/service_registration.h
@@ -11,7 +11,10 @@ class RenderFrameHost;
namespace extensions {
-void RegisterCoreExtensionServices(content::RenderFrameHost* render_frame_host);
+class Extension;
+
+void RegisterServicesForFrame(content::RenderFrameHost* render_frame_host,
+ const Extension* extension);
} // namespace extensions
« no previous file with comments | « extensions/browser/extensions_browser_client.h ('k') | extensions/browser/mojo/service_registration.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698