Index: mojo/runner/child_process_host.cc |
diff --git a/mojo/runner/child_process_host.cc b/mojo/runner/child_process_host.cc |
index c0fd2e3b24fd4d3391e22b8df33ae2d21edc26eb..c5c362131a4567ac29e1231824ea5f0d349c1ad6 100644 |
--- a/mojo/runner/child_process_host.cc |
+++ b/mojo/runner/child_process_host.cc |
@@ -98,6 +98,7 @@ void ChildProcessHost::DidStart(bool success) { |
bool ChildProcessHost::DoLaunch() { |
static const char* kForwardSwitches[] = { |
+ switches::kUserDataDir, |
switches::kOverrideUseGLWithOSMesaForTests, |
switches::kTraceToConsole, |
switches::kV, |