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

Unified Diff: mojo/runner/child_process_host.cc

Issue 1179413010: mandoline filesystem: Save cookie data to the mojo:filesystem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sqlite-fs
Patch Set: Have mojo_runner responsible for handling the temporary directory. Created 5 years, 6 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/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,

Powered by Google App Engine
This is Rietveld 408576698