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

Unified Diff: mojo/runner/switches.cc

Issue 1225673006: Revert of mandoline filesystem: Save cookie data to the mojo:filesystem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sqlite-fs
Patch Set: 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
« no previous file with comments | « mojo/runner/switches.h ('k') | mojo/services/network/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/switches.cc
diff --git a/mojo/runner/switches.cc b/mojo/runner/switches.cc
index f4290f6bbb68be97908f02636538eaab2639cb8a..1ed957ec293d8c21321db76a865f09ccdc0cd32e 100644
--- a/mojo/runner/switches.cc
+++ b/mojo/runner/switches.cc
@@ -50,12 +50,4 @@
// 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698