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

Unified Diff: content/public/common/content_switches.cc

Issue 2847013002: Switch to mojo localstorage backend by default. (Closed)
Patch Set: minor cleanup Created 3 years, 7 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: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 59cc599635e2fec064e5df9c0ae74fe9361dce53..e805ebe3c2935d96a524775ac51517bb18009537 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -208,6 +208,9 @@ const char kDisableLogging[] = "disable-logging";
// Disables using CODECAPI_AVLowLatencyMode when creating DXVA decoders.
const char kDisableLowLatencyDxva[] = "disable-low-latency-dxva";
+// Dont use a Mojo-based LocalStorage implementation.
+const char kDisableMojoLocalStorage[] = "disable-mojo-local-storage";
+
// Disables usage of the namespace sandbox.
const char kDisableNamespaceSandbox[] = "disable-namespace-sandbox";
@@ -644,9 +647,6 @@ const char kMHTMLGeneratorOption[] = "mhtml-generator-option";
const char kMHTMLSkipNostoreMain[] = "skip-nostore-main";
const char kMHTMLSkipNostoreAll[] = "skip-nostore-all";
-// Use a Mojo-based LocalStorage implementation.
-const char kMojoLocalStorage[] = "mojo-local-storage";
-
// Mutes audio sent to the audio device so it is not audible during
// automated testing.
const char kMuteAudio[] = "mute-audio";

Powered by Google App Engine
This is Rietveld 408576698