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

Unified Diff: mojo/shell/public/cpp/shell_connection.h

Issue 1686223002: Move InterfaceProvider into the shell::mojom namespace like the rest of the shell interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
Index: mojo/shell/public/cpp/shell_connection.h
diff --git a/mojo/shell/public/cpp/shell_connection.h b/mojo/shell/public/cpp/shell_connection.h
index 0d4b381ace981eb3d82c0b33af9f12a9bc81787b..bcdd4237b44304fbc5f7de6a978102991a79cabd 100644
--- a/mojo/shell/public/cpp/shell_connection.h
+++ b/mojo/shell/public/cpp/shell_connection.h
@@ -89,12 +89,13 @@ class ShellConnection : public Shell, public shell::mojom::ShellClient {
void Initialize(shell::mojom::ShellPtr shell,
const mojo::String& url,
uint32_t id) override;
- void AcceptConnection(const String& requestor_url,
- uint32_t requestor_id,
- InterfaceRequest<InterfaceProvider> remote_interfaces,
- InterfaceProviderPtr local_interfaces,
- Array<String> allowed_interfaces,
- const String& url) override;
+ void AcceptConnection(
+ const String& requestor_url,
+ uint32_t requestor_id,
+ shell::mojom::InterfaceProviderRequest remote_interfaces,
+ shell::mojom::InterfaceProviderPtr local_interfaces,
+ Array<String> allowed_interfaces,
+ const String& url) override;
void OnQuitRequested(const Callback<void(bool)>& callback) override;
void OnConnectionError();
« no previous file with comments | « mojo/shell/public/cpp/lib/shell_connection.cc ('k') | mojo/shell/public/interfaces/interface_provider.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698