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

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

Issue 2192263002: MojoMain() -> ServiceMain() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 ef3a4e7556cf68750a00fbb0cce9df8772ce81b6..f1ac8578e1c9316811ff1a0f02598fa3f7ae377f 100644
--- a/services/shell/runner/host/native_application_support.h
+++ b/services/shell/runner/host/native_application_support.h
@@ -28,7 +28,7 @@ base::NativeLibrary LoadNativeApplication(const base::FilePath& app_path);
// Runs the native Mojo application from the DSO that was loaded using
// |LoadNativeApplication()|; this tolerates |app_library| being null. This
// should be called on the same thread as |LoadNativeApplication()|. Returns
-// true if |MojoMain()| was called (even if it returns an error), and false
+// true if |ServiceMain()| was called (even if it returns an error), and false
// otherwise.
bool RunNativeApplication(base::NativeLibrary app_library,
mojom::ServiceRequest request);
« no previous file with comments | « services/shell/public/cpp/service_runner.h ('k') | services/shell/runner/host/native_application_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698