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"; |