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

Unified Diff: components/mus/android_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 | « components/html_viewer/layout_test_content_handler_impl.cc ('k') | components/mus/android_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/android_loader.h
diff --git a/components/mus/android_loader.h b/components/mus/android_loader.h
index 7ff605d7dd937434b2018773e68bc9ba3d0581a7..88270f2406a4f63ac914d786c8434f4f61c81f69 100644
--- a/components/mus/android_loader.h
+++ b/components/mus/android_loader.h
@@ -9,7 +9,7 @@
#include "mojo/shell/application_loader.h"
namespace mojo {
-class ApplicationImpl;
+class ShellConnection;
}
namespace mus {
@@ -23,9 +23,9 @@ class AndroidLoader : public mojo::shell::ApplicationLoader {
// Overridden from mojo::shell::ApplicationLoader:
void Load(
const GURL& url,
- mojo::InterfaceRequest<mojo::shell::mojom::Application> request) override;
+ mojo::InterfaceRequest<mojo::shell::mojom::ShellClient> request) override;
- scoped_ptr<mojo::ApplicationImpl> app_;
+ scoped_ptr<mojo::ShellConnection> app_;
DISALLOW_COPY_AND_ASSIGN(AndroidLoader);
};
« no previous file with comments | « components/html_viewer/layout_test_content_handler_impl.cc ('k') | components/mus/android_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698