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

Unified Diff: services/shell/runner/host/native_application_support.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
Index: services/shell/runner/host/native_application_support.h
diff --git a/services/shell/runner/host/native_application_support.h b/services/shell/runner/host/native_application_support.h
index 2f8df6997bc267bc9ae00c0fd6f170bff8e4477d..ef3a4e7556cf68750a00fbb0cce9df8772ce81b6 100644
--- a/services/shell/runner/host/native_application_support.h
+++ b/services/shell/runner/host/native_application_support.h
@@ -7,7 +7,7 @@
#include "base/native_library.h"
#include "mojo/public/cpp/bindings/interface_request.h"
-#include "services/shell/public/interfaces/shell_client.mojom.h"
+#include "services/shell/public/interfaces/service.mojom.h"
namespace base {
class FilePath;
@@ -31,7 +31,7 @@ base::NativeLibrary LoadNativeApplication(const base::FilePath& app_path);
// true if |MojoMain()| was called (even if it returns an error), and false
// otherwise.
bool RunNativeApplication(base::NativeLibrary app_library,
- mojom::ShellClientRequest request);
+ mojom::ServiceRequest request);
} // namespace shell
« no previous file with comments | « services/shell/runner/host/in_process_native_runner.cc ('k') | services/shell/runner/host/native_application_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698