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

Unified Diff: content/browser/utility_process_host_impl.h

Issue 2832633002: Add PDF compositor service (Closed)
Patch Set: remove a header Created 3 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
Index: content/browser/utility_process_host_impl.h
diff --git a/content/browser/utility_process_host_impl.h b/content/browser/utility_process_host_impl.h
index 76dc3550712997100bd693a902aaa05c91e5409f..de66e0e42fe8fe519ae58d123fb93798dc3a5773 100644
--- a/content/browser/utility_process_host_impl.h
+++ b/content/browser/utility_process_host_impl.h
@@ -60,10 +60,13 @@ class CONTENT_EXPORT UtilityProcessHostImpl
void BindInterface(const std::string& interface_name,
mojo::ScopedMessagePipeHandle interface_pipe) override;
void SetName(const base::string16& name) override;
+ void RegisterMojoServices() override;
Ken Rockot(use gerrit already) 2017/05/04 17:27:18 Agree with thestig@'s comments. This doesn't need
Wei Li 2017/05/04 18:18:28 Acknowledged.
void set_child_flags(int flags) { child_flags_ = flags; }
private:
+ class ConnectionFilterImpl;
+
// Starts a process if necessary. Returns true if it succeeded or a process
// has already been started via StartBatchMode().
bool StartProcess();
« no previous file with comments | « content/browser/service_manager/service_manager_context.cc ('k') | content/browser/utility_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698