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

Unified Diff: content/child/process_control_impl.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/child/child_thread_impl.cc ('k') | content/child/process_control_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/process_control_impl.h
diff --git a/content/child/process_control_impl.h b/content/child/process_control_impl.h
index d8a1938a1d6d1a6f6946ab2cd19634c617f4c2bd..77320f839ec0bad11c0c55f4833341c67b7ff2cf 100644
--- a/content/child/process_control_impl.h
+++ b/content/child/process_control_impl.h
@@ -11,7 +11,7 @@
#include "base/macros.h"
#include "content/common/process_control.mojom.h"
#include "content/public/common/mojo_application_info.h"
-#include "services/shell/public/interfaces/shell_client.mojom.h"
+#include "services/shell/public/interfaces/service.mojom.h"
namespace content {
@@ -30,7 +30,7 @@ class ProcessControlImpl : public mojom::ProcessControl {
// ProcessControl:
void LoadApplication(const mojo::String& name,
- shell::mojom::ShellClientRequest request,
+ shell::mojom::ServiceRequest request,
const LoadApplicationCallback& callback) override;
private:
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | content/child/process_control_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698