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

Unified Diff: shell/child_process_host.h

Issue 1341873002: Enabling 64-bit mojo shell to launch 32-bit child to handle nonsfi content. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 3 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: shell/child_process_host.h
diff --git a/shell/child_process_host.h b/shell/child_process_host.h
index 7ae2d9bf127ffd559fe86200c84860042a5a5083..3a1928b0ac1b963d83f60ed74f815a641486564b 100644
--- a/shell/child_process_host.h
+++ b/shell/child_process_host.h
@@ -40,7 +40,7 @@ class ChildProcessHost {
// TODO(vtl): Consider using weak pointers and removing this requirement.
// TODO(vtl): This should probably take a callback instead.
// TODO(vtl): Consider merging this with |StartApp()|.
- void Start();
+ void Start(bool require_32_bit);
// Waits for the child process to terminate, and returns its exit code.
// Note: If |Start()| has been called, this must not be called until the

Powered by Google App Engine
This is Rietveld 408576698