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

Unified Diff: examples/content_handler_demo/content_handler_demo.cc

Issue 853303004: Add Application::RequestQuit() (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: commentary Created 5 years, 11 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 | mojo/public/cpp/application/application_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/content_handler_demo/content_handler_demo.cc
diff --git a/examples/content_handler_demo/content_handler_demo.cc b/examples/content_handler_demo/content_handler_demo.cc
index 5902a80822175d71d13b25e8388ff4c96f4aa043..4932fd9c1e51d6da4ef4bf8c19860290d8aead5f 100644
--- a/examples/content_handler_demo/content_handler_demo.cc
+++ b/examples/content_handler_demo/content_handler_demo.cc
@@ -22,6 +22,7 @@ class PrintBodyApplication : public InterfaceImpl<Application> {
}
virtual void Initialize(Array<String> args) override {}
+ virtual void RequestQuit() override {}
virtual void AcceptConnection(const String& requestor_url,
InterfaceRequest<ServiceProvider> services,
« no previous file with comments | « no previous file | mojo/public/cpp/application/application_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698