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

Unified Diff: content/browser/mojo/mojo_child_connection.h

Issue 2118083002: ShellClient -> Service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mus2
Patch Set: . Created 4 years, 5 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/gpu/gpu_process_host.cc ('k') | content/browser/mojo/mojo_child_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/mojo/mojo_child_connection.h
diff --git a/content/browser/mojo/mojo_child_connection.h b/content/browser/mojo/mojo_child_connection.h
index 7227284cc160b99725e30a55d01eb982d8315750..9ed83da4ae977308fed1604f176ec8eb025917aa 100644
--- a/content/browser/mojo/mojo_child_connection.h
+++ b/content/browser/mojo/mojo_child_connection.h
@@ -45,7 +45,7 @@ class MojoChildConnection {
// A token which must be passed to the child process via
// |switches::kPrimordialPipeToken| in order for the child to initialize its
// end of the shell connection pipe.
- std::string shell_client_token() const { return shell_client_token_; }
+ std::string service_token() const { return service_token_; }
// Sets the child connection's process handle. This should be called as soon
// as the process has been launched, and the connection will not be fully
@@ -59,7 +59,7 @@ class MojoChildConnection {
#endif
private:
- const std::string shell_client_token_;
+ const std::string service_token_;
std::unique_ptr<shell::Connection> connection_;
shell::mojom::PIDReceiverPtr pid_receiver_;
#if defined(OS_ANDROID)
« no previous file with comments | « content/browser/gpu/gpu_process_host.cc ('k') | content/browser/mojo/mojo_child_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698