Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 43c7174f4f2c6b789948167f3819c9159a082de2..e7cae2b14dc1f4785067e0db845578a1b277830c 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -937,6 +937,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"; |