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

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

Issue 2653963002: [Experimental] Supporting OOPIF printing
Patch Set: Rename service, fix for webview, and connect to DiscardableMemoryManager Created 3 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 | « content/public/browser/print_subframe_details.h ('k') | content/public/renderer/render_frame_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/utility_process_host.h
diff --git a/content/public/browser/utility_process_host.h b/content/public/browser/utility_process_host.h
index d131f5b5267234313f5ecc4017c84e77f4b541cb..8d747c460d550bddd81d1656c5bf3b82eb9a5210 100644
--- a/content/public/browser/utility_process_host.h
+++ b/content/public/browser/utility_process_host.h
@@ -87,8 +87,14 @@ class UtilityProcessHost : public IPC::Sender {
// interfaces exposed to it from the utility process.
virtual service_manager::InterfaceProvider* GetRemoteInterfaces() = 0;
+ // Register mojo services that the utility process can use.
+ virtual void RegisterMojoServices() = 0;
+
// Set the name of the process to appear in the task manager.
virtual void SetName(const base::string16& name) = 0;
+
+ protected:
+ class ConnectionFilterImpl;
};
}; // namespace content
« no previous file with comments | « content/public/browser/print_subframe_details.h ('k') | content/public/renderer/render_frame_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698