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

Unified Diff: benchmarks/startup/startup.cc

Issue 1058163002: Replaces |shell_handle| with |application_request| as the name of the parameter to MojoMain(). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | examples/apptest/example_service_application.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: benchmarks/startup/startup.cc
diff --git a/benchmarks/startup/startup.cc b/benchmarks/startup/startup.cc
index 1a63dd0ab80d024c916d85587911930b573ca5b6..4fd92c995bc8c69e333f0e2abf4c8060c321422c 100644
--- a/benchmarks/startup/startup.cc
+++ b/benchmarks/startup/startup.cc
@@ -6,7 +6,7 @@
#include "mojo/public/c/system/main.h"
-MojoResult MojoMain(MojoHandle shell_handle) {
+MojoResult MojoMain(MojoHandle application_request) {
// Terminate the process as soon as we reach the application entrypoint. The
// testing script will instruct the shell to load this application and
// measure the execution time, which reflects the startup performance.
« no previous file with comments | « no previous file | examples/apptest/example_service_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698