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

Unified Diff: shell/app_child_process_host.h

Issue 1040413003: Shell: Remove the test child stuff. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 | « shell/app_child_process.mojom ('k') | shell/app_child_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/app_child_process_host.h
diff --git a/shell/app_child_process_host.h b/shell/app_child_process_host.h
index 4f4e15c088ec4fe31ae6e5e667c674fcf6b18f95..7f7f6d53e4d2faa312ad988717ab60df45691a66 100644
--- a/shell/app_child_process_host.h
+++ b/shell/app_child_process_host.h
@@ -5,6 +5,8 @@
#ifndef SHELL_APP_CHILD_PROCESS_HOST_H_
#define SHELL_APP_CHILD_PROCESS_HOST_H_
+#include <stdint.h>
+
#include "base/macros.h"
#include "mojo/edk/embedder/channel_info_forward.h"
#include "shell/app_child_process.mojom.h"
@@ -24,17 +26,18 @@ class AppChildProcessHost : public ChildProcessHost,
explicit AppChildProcessHost(Context* context);
~AppChildProcessHost() override;
- // See |AppChildController::StartApp|.
+ // See |AppChildController|:
void StartApp(const String& app_path,
bool clean_app_path,
InterfaceRequest<Application> application_request,
const AppChildController::StartAppCallback& on_app_complete);
+ void ExitNow(int32_t exit_code);
- private:
// |ChildProcessHost::Delegate| methods:
void WillStart() override;
void DidStart(bool success) override;
+ private:
// Callback for |embedder::CreateChannel()|.
void DidCreateChannel(embedder::ChannelInfo* channel_info);
« no previous file with comments | « shell/app_child_process.mojom ('k') | shell/app_child_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698