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

Unified Diff: mojo/runner/switches.h

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/switches.h
diff --git a/mojo/runner/switches.h b/mojo/runner/switches.h
index a95a4b229c942765d728c5280b3d04142ea73994..4765801191b02a14b042b718ea7a452ab2732156 100644
--- a/mojo/runner/switches.h
+++ b/mojo/runner/switches.h
@@ -20,8 +20,10 @@ extern const char kForceInProcess[];
extern const char kHelp[];
extern const char kMapOrigin[];
extern const char kOrigin[];
+extern const char kUseTemporaryUserDataDir[];
msw 2015/06/24 23:00:35 nit: abc ordering
extern const char kTraceStartup[];
extern const char kURLMappings[];
+extern const char kUserDataDir[];
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698