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

Unified Diff: mojo/shell/shell_application_loader.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/runner/host/out_of_process_native_runner.cc ('k') | mojo/shell/shell_application_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/shell_application_loader.h
diff --git a/mojo/shell/shell_application_loader.h b/mojo/shell/shell_application_loader.h
index b00f08a32d3e767167e56fab8a8abb7bbc7cbe54..6c3258aefbe65ab0a9e31e1add8f3557a262bb09 100644
--- a/mojo/shell/shell_application_loader.h
+++ b/mojo/shell/shell_application_loader.h
@@ -9,7 +9,7 @@
#include "mojo/shell/application_loader.h"
namespace mojo {
-class ApplicationImpl;
+class ShellConnection;
namespace shell {
class ShellApplicationLoader : public ApplicationLoader {
@@ -19,11 +19,10 @@ class ShellApplicationLoader : public ApplicationLoader {
private:
// Overridden from ApplicationLoader:
- void Load(
- const GURL& url,
- InterfaceRequest<mojom::Application> application_request) override;
+ void Load(const GURL& url,
+ InterfaceRequest<mojom::ShellClient> request) override;
- scoped_ptr<ApplicationImpl> app_;
+ scoped_ptr<ShellConnection> shell_connection_;
ApplicationManager* manager_;
« no previous file with comments | « mojo/shell/runner/host/out_of_process_native_runner.cc ('k') | mojo/shell/shell_application_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698