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

Unified Diff: mojo/runner/switches.cc

Issue 1231493002: mandoline filesystem: Save cookie data to the mojo:filesystem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with ToT Created 5 years, 5 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/switches.cc
diff --git a/mojo/runner/switches.cc b/mojo/runner/switches.cc
index 1ed957ec293d8c21321db76a865f09ccdc0cd32e..f4290f6bbb68be97908f02636538eaab2639cb8a 100644
--- a/mojo/runner/switches.cc
+++ b/mojo/runner/switches.cc
@@ -50,4 +50,12 @@ const char kTraceStartup[] = "trace-startup";
// the first maps 'a' to 'b' and the second 'c' to 'd'.
const char kURLMappings[] = "url-mappings";
+// When this is set, we create a temporary user data dir for the process, and
+// add a flag so kUserDataDir points to it.
+const char kUseTemporaryUserDataDir[] = "use-temporary-user-data-dir";
+
+// Specifies the user data directory. This is the one directory which stores
+// all persistent data.
+const char kUserDataDir[] = "user-data-dir";
+
} // namespace switches
« no previous file with comments | « mojo/runner/switches.h ('k') | mojo/services/network/BUILD.gn » ('j') | sql/mojo/mojo_vfs.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698