From c6eb8ad71579f9945976e5b4b4915f084388e5ae Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 27 Feb 2016 00:53:31 -0800 Subject: Change Mojo URLs to structured names. type:path Remove GURLs from all over the place. This eliminates the need to register Mojo and Exe schemes. BUG= CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Review URL: https://codereview.chromium.org/1743473002 Cr-Commit-Position: refs/heads/master@{#378130} --- mojo/shell/background/background_shell.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'mojo/shell/background/background_shell.h') diff --git a/mojo/shell/background/background_shell.h b/mojo/shell/background/background_shell.h index 6226f89..95248b1 100644 --- a/mojo/shell/background/background_shell.h +++ b/mojo/shell/background/background_shell.h @@ -13,8 +13,6 @@ #include "mojo/services/package_manager/package_manager.h" #include "mojo/shell/public/interfaces/shell_client.mojom.h" -class GURL; - namespace package_manager { class ApplicationCatalogStore; } @@ -45,9 +43,9 @@ class BackgroundShell { // switches applied to any processes spawned by this call. void Init(scoped_ptr init_params); - // Obtains an InterfaceRequest for the specified url. - InterfaceRequest CreateShellClientRequest( - const GURL& url); + // Obtains an InterfaceRequest for the specified name. + mojom::ShellClientRequest CreateShellClientRequest( + const std::string& name); private: class MojoThread; -- cgit v1.1