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

Unified Diff: mojo/public/cpp/application/lib/application_delegate.cc

Issue 947253003: Add ApplicationDelegate::Quit() (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 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
Index: mojo/public/cpp/application/lib/application_delegate.cc
diff --git a/mojo/public/cpp/application/lib/application_delegate.cc b/mojo/public/cpp/application/lib/application_delegate.cc
index bd6aebd151c15d98f524fb535d59a0dfc4adac00..f1c14af1cabe8787b07050d8c342ba92d7c82b57 100644
--- a/mojo/public/cpp/application/lib/application_delegate.cc
+++ b/mojo/public/cpp/application/lib/application_delegate.cc
@@ -24,4 +24,7 @@ bool ApplicationDelegate::ConfigureOutgoingConnection(
return true;
}
+void ApplicationDelegate::Quit() {
+}
+
} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698