Chromium Code Reviews

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

Issue 1138843002: localStorage: Aggressively flush to disk for Android WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2357
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « content/public/common/content_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 7e5471aa886ad8ac40d4cdc14b82f28c240d7c88..99032a6565078078b53bfe87db0d99c05b2b9b37 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -928,6 +928,10 @@ const char kRemoteDebuggingSocketName[] = "remote-debugging-socket-name";
const char kRendererWaitForJavaDebugger[] = "renderer-wait-for-java-debugger";
#endif
+// Enable the aggressive flushing of DOM Storage to minimize data loss.
+const char kEnableAggressiveDOMStorageFlushing[] =
+ "enable-aggressive-domstorage-flushing";
+
// Disable web audio API.
const char kDisableWebAudio[] = "disable-webaudio";
« no previous file with comments | « content/public/common/content_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine