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

Unified Diff: shell/native_application_support.cc

Issue 1057333003: Rename the parameter to MojoMain() from "service_provider_handle" to "application_request " (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 8 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 | « mojo/public/c/system/main.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/native_application_support.cc
diff --git a/shell/native_application_support.cc b/shell/native_application_support.cc
index e0e18be49f80c2a6d49c579d84c5f80ffb4f693c..378a014b72d7227b3bc207e2323f54f18b75a3d1 100644
--- a/shell/native_application_support.cc
+++ b/shell/native_application_support.cc
@@ -118,7 +118,7 @@ bool RunNativeApplication(
LOG(ERROR) << "MojoMain not found";
return false;
}
- // |MojoMain()| takes ownership of the service handle.
+ // |MojoMain()| takes ownership of the Application request handle.
MojoHandle handle = application_request.PassMessagePipe().release().value();
MojoResult result = main_function(handle);
LOG_IF(ERROR, result != MOJO_RESULT_OK)
« no previous file with comments | « mojo/public/c/system/main.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698