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

Unified Diff: examples/device_name/device_name.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 | « examples/content_handler_demo/content_handler_demo.cc ('k') | examples/echo/echo_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/device_name/device_name.cc
diff --git a/examples/device_name/device_name.cc b/examples/device_name/device_name.cc
index 2113e264210b023706f4fae1b980e337b2677ffc..68dccf6a7ee5ee0dcef1566589fdddde4ad15c1f 100644
--- a/examples/device_name/device_name.cc
+++ b/examples/device_name/device_name.cc
@@ -55,7 +55,7 @@ std::string GetApplicationClassName() {
} // namespace examples
} // namespace mojo
-MojoResult MojoMain(MojoHandle shell_handle) {
+MojoResult MojoMain(MojoHandle application_request) {
// Call a Java function to demonstrate that the JNI was correctly set up.
LOG(INFO) << "Device name: " << mojo::examples::GetDeviceName();
« no previous file with comments | « examples/content_handler_demo/content_handler_demo.cc ('k') | examples/echo/echo_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698