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

Unified Diff: mojo/shell/static_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
Index: mojo/shell/static_application_loader.h
diff --git a/mojo/shell/static_application_loader.h b/mojo/shell/static_application_loader.h
index 38b4a87448a522c65777dc3bce13b70958dc6807..b3d55ba60c34b76dd34ce7b424eff6364989cf4c 100644
--- a/mojo/shell/static_application_loader.h
+++ b/mojo/shell/static_application_loader.h
@@ -44,7 +44,7 @@ class StaticApplicationLoader : public mojo::shell::ApplicationLoader {
// mojo::shell::ApplicationLoader:
void Load(const GURL& url,
- InterfaceRequest<mojom::Application> request) override;
+ InterfaceRequest<mojom::ShellClient> request) override;
private:
void StopAppThread();
« no previous file with comments | « mojo/shell/standalone/android/ui_application_loader_android.cc ('k') | mojo/shell/static_application_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698