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

Unified Diff: mojo/runner/switches.h

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.h
diff --git a/mojo/runner/switches.h b/mojo/runner/switches.h
index a95a4b229c942765d728c5280b3d04142ea73994..232c38a66aa167e87b37d74fecf700db23bf8517 100644
--- a/mojo/runner/switches.h
+++ b/mojo/runner/switches.h
@@ -22,6 +22,8 @@ extern const char kMapOrigin[];
extern const char kOrigin[];
extern const char kTraceStartup[];
extern const char kURLMappings[];
+extern const char kUseTemporaryUserDataDir[];
+extern const char kUserDataDir[];
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698