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

Unified Diff: mojo/shell/standalone/android/android_handler_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/standalone/android/android_handler_loader.h
diff --git a/mojo/shell/standalone/android/android_handler_loader.h b/mojo/shell/standalone/android/android_handler_loader.h
index 18255d591e106f59dbad5046271b8bb1c23aa6b5..5aac6b1fb29ffeb1584e81eda3bf09089fc2377d 100644
--- a/mojo/shell/standalone/android/android_handler_loader.h
+++ b/mojo/shell/standalone/android/android_handler_loader.h
@@ -9,7 +9,7 @@
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "mojo/shell/application_loader.h"
-#include "mojo/shell/public/cpp/application_impl.h"
+#include "mojo/shell/public/cpp/shell_connection.h"
#include "mojo/shell/standalone/android/android_handler.h"
namespace mojo {
@@ -23,10 +23,10 @@ class AndroidHandlerLoader : public ApplicationLoader {
private:
// ApplicationLoader overrides:
void Load(const GURL& url,
- InterfaceRequest<mojom::Application> application_request) override;
+ InterfaceRequest<mojom::ShellClient> request) override;
AndroidHandler android_handler_;
- scoped_ptr<ApplicationImpl> application_;
+ scoped_ptr<ShellConnection> shell_client_;
DISALLOW_COPY_AND_ASSIGN(AndroidHandlerLoader);
};
« no previous file with comments | « mojo/shell/standalone/android/android_handler.cc ('k') | mojo/shell/standalone/android/android_handler_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698