| 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);
|
|
|