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

Unified Diff: mojo/shell/background/background_shell.h

Issue 1675153002: ApplicationImpl->ShellConnection, mojom::Application->mojom::ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ci2
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_package_apptest.cc ('k') | mojo/shell/background/background_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/background/background_shell.h
diff --git a/mojo/shell/background/background_shell.h b/mojo/shell/background/background_shell.h
index ce68649c68a5d00d209c14aa9d0923b7c8e9c240..e2163f4af8507133b9bc7acc81419edbec3c0e35 100644
--- a/mojo/shell/background/background_shell.h
+++ b/mojo/shell/background/background_shell.h
@@ -8,7 +8,7 @@
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "mojo/public/cpp/bindings/interface_request.h"
-#include "mojo/shell/public/interfaces/application.mojom.h"
+#include "mojo/shell/public/interfaces/shell_client.mojom.h"
class GURL;
@@ -27,7 +27,8 @@ class BackgroundShell {
void Init();
// Obtains an InterfaceRequest for the specified url.
- InterfaceRequest<mojom::Application> CreateApplication(const GURL& url);
+ InterfaceRequest<mojom::ShellClient> CreateShellClientRequest(
+ const GURL& url);
private:
class MojoThread;
« no previous file with comments | « mojo/shell/application_package_apptest.cc ('k') | mojo/shell/background/background_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698