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

Unified Diff: shell/external_application_listener_unittest.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 | « mojo/public/interfaces/application/application.mojom ('k') | sky/viewer/content_handler_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/external_application_listener_unittest.cc
diff --git a/shell/external_application_listener_unittest.cc b/shell/external_application_listener_unittest.cc
index ebc1a65b88ac561ed91c7956d65aa0531f47e689..59a6fe507d98c44a6f8547addd0a1f7a97d24be3 100644
--- a/shell/external_application_listener_unittest.cc
+++ b/shell/external_application_listener_unittest.cc
@@ -130,6 +130,9 @@ class QuitLoopOnConnectApplicationImpl : public InterfaceImpl<Application> {
to_quit_->PostTask(FROM_HERE, quit_callback_);
}
+ void RequestQuit() override {
+ }
+
const std::string url_;
scoped_refptr<base::TaskRunner> to_quit_;
base::Closure quit_callback_;
« no previous file with comments | « mojo/public/interfaces/application/application.mojom ('k') | sky/viewer/content_handler_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698