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

Unified Diff: examples/audio_play_test/play_wav.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_tone.cc ('k') | examples/authentication_demo/google_authentication_demo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/audio_play_test/play_wav.cc
diff --git a/examples/audio_play_test/play_wav.cc b/examples/audio_play_test/play_wav.cc
index a05fe2617683915cc9311909d9b9993c4124b10e..ee3dd3208738ce53ea29e63f03432806f3382cc1 100644
--- a/examples/audio_play_test/play_wav.cc
+++ b/examples/audio_play_test/play_wav.cc
@@ -557,5 +557,5 @@ void PlayWAVApp::Shutdown() {
MojoResult MojoMain(MojoHandle app_request) {
mojo::media::audio::examples::PlayWAVApp play_wav_app;
- return mojo::RunMainApplication(app_request, &play_wav_app);
+ return mojo::RunApplication(app_request, &play_wav_app);
}
« no previous file with comments | « examples/audio_play_test/play_tone.cc ('k') | examples/authentication_demo/google_authentication_demo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698