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

Unified Diff: mojo/shell/connect_to_application_params.h

Issue 1679573002: Move shell interfaces into the shell.mojom namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delegate
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/capability_filter_test.cc ('k') | mojo/shell/fetcher/about_fetcher_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/connect_to_application_params.h
diff --git a/mojo/shell/connect_to_application_params.h b/mojo/shell/connect_to_application_params.h
index c911552a8678d31b49cc95cb2e525d216cc02dfe..66a0b1f32037561218b11e8629f61d887b62e1dc 100644
--- a/mojo/shell/connect_to_application_params.h
+++ b/mojo/shell/connect_to_application_params.h
@@ -71,10 +71,12 @@ class ConnectToApplicationParams {
return on_application_end_;
}
- void set_connect_callback(const Shell::ConnectToApplicationCallback& value) {
+ void set_connect_callback(
+ const shell::mojom::Shell::ConnectToApplicationCallback& value) {
connect_callback_ = value;
}
- const Shell::ConnectToApplicationCallback& connect_callback() const {
+ const shell::mojom::Shell::ConnectToApplicationCallback&
+ connect_callback() const {
return connect_callback_;
}
@@ -92,7 +94,7 @@ class ConnectToApplicationParams {
InterfaceRequest<ServiceProvider> services_;
ServiceProviderPtr exposed_services_;
base::Closure on_application_end_;
- Shell::ConnectToApplicationCallback connect_callback_;
+ shell::mojom::Shell::ConnectToApplicationCallback connect_callback_;
DISALLOW_COPY_AND_ASSIGN(ConnectToApplicationParams);
};
« no previous file with comments | « mojo/shell/capability_filter_test.cc ('k') | mojo/shell/fetcher/about_fetcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698