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

Unified Diff: content/child/process_control_impl.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 | « content/browser/mojo/mojo_shell_context.cc ('k') | content/child/process_control_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/process_control_impl.h
diff --git a/content/child/process_control_impl.h b/content/child/process_control_impl.h
index 3b732f45d0607f9718f2db49a182cfab35fb5e0c..2fc83391e3b73a02b183bc9fe2db75251682d711 100644
--- a/content/child/process_control_impl.h
+++ b/content/child/process_control_impl.h
@@ -10,7 +10,7 @@
#include "base/macros.h"
#include "content/common/process_control.mojom.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;
@@ -37,7 +37,7 @@ class ProcessControlImpl : public ProcessControl {
// ProcessControl:
void LoadApplication(
const mojo::String& url,
- mojo::InterfaceRequest<mojo::shell::mojom::Application> request,
+ mojo::InterfaceRequest<mojo::shell::mojom::ShellClient> request,
const LoadApplicationCallback& callback) override;
private:
« no previous file with comments | « content/browser/mojo/mojo_shell_context.cc ('k') | content/child/process_control_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698