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

Unified Diff: services/shell/runner/host/native_application_support.cc

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.cc
diff --git a/services/shell/runner/host/native_application_support.cc b/services/shell/runner/host/native_application_support.cc
index c06ecd0a35b47b2e3c64445bc5194866814141a6..fa46f1902b97fbbcbc39708d40abf6a9de9cf2ab 100644
--- a/services/shell/runner/host/native_application_support.cc
+++ b/services/shell/runner/host/native_application_support.cc
@@ -49,7 +49,7 @@ base::NativeLibrary LoadNativeApplication(const base::FilePath& app_path) {
}
bool RunNativeApplication(base::NativeLibrary app_library,
- mojom::ShellClientRequest request) {
+ mojom::ServiceRequest request) {
// Tolerate |app_library| being null, to make life easier for callers.
if (!app_library)
return false;
« no previous file with comments | « services/shell/runner/host/native_application_support.h ('k') | services/shell/runner/host/out_of_process_native_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698