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

Unified Diff: examples/authentication_demo/google_authentication_demo.cc

Issue 2011383002: Get rid of {Run,Terminate}MainApplication(), and more ApplicationDelegate conversion. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 4 years, 7 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/audio_play_test/play_wav.cc ('k') | examples/bank_app/bank.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/authentication_demo/google_authentication_demo.cc
diff --git a/examples/authentication_demo/google_authentication_demo.cc b/examples/authentication_demo/google_authentication_demo.cc
index 8b5bf06210015af68f9ee6a087c8d1a940d2a969..3ddd52d0f74647ccc0979b1bdfb5161f466d3b57 100644
--- a/examples/authentication_demo/google_authentication_demo.cc
+++ b/examples/authentication_demo/google_authentication_demo.cc
@@ -128,5 +128,5 @@ class GoogleAuthApp : public mojo::ApplicationImplBase {
MojoResult MojoMain(MojoHandle application_request) {
examples::authentication::GoogleAuthApp google_auth_app;
- return mojo::RunMainApplication(application_request, &google_auth_app);
+ return mojo::RunApplication(application_request, &google_auth_app);
}
« no previous file with comments | « examples/audio_play_test/play_wav.cc ('k') | examples/bank_app/bank.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698