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

Unified Diff: mojo/shell/connect_params.h

Issue 1714753002: 7/ Eliminate on_application_end from ConnectParams (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@client_request
Patch Set: . Created 4 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
« no previous file with comments | « mojo/shell/application_manager.cc ('k') | mojo/shell/identity.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/connect_params.h
diff --git a/mojo/shell/connect_params.h b/mojo/shell/connect_params.h
index ac88bcfd10541a87d417c30355bee95a79b37a3f..172df1fb92b16a7e6a6ab72d3fd19c59b6a9a824 100644
--- a/mojo/shell/connect_params.h
+++ b/mojo/shell/connect_params.h
@@ -53,13 +53,6 @@ class ConnectParams {
return std::move(local_interfaces_);
}
- void set_on_application_end(const base::Closure& value) {
- on_application_end_ = value;
- }
- const base::Closure& on_application_end() const {
- return on_application_end_;
- }
-
void set_connect_callback(const shell::mojom::Shell::ConnectCallback& value) {
connect_callback_ = value;
}
@@ -76,7 +69,6 @@ class ConnectParams {
shell::mojom::InterfaceProviderRequest remote_interfaces_;
shell::mojom::InterfaceProviderPtr local_interfaces_;
- base::Closure on_application_end_;
shell::mojom::Shell::ConnectCallback connect_callback_;
DISALLOW_COPY_AND_ASSIGN(ConnectParams);
« no previous file with comments | « mojo/shell/application_manager.cc ('k') | mojo/shell/identity.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698