Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 47c03b11717b3de7d7f40d56b55f38e3ff70665c..4ae379bee88d96aadd037acad6aa6117fb54bb44 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -600,6 +600,11 @@ const char kEnableSpellingFeedbackFieldTrial[] = |
// minimize the number of full SSL handshakes completed. |
const char kEnableSSLConnectJobWaiting[] = "enable-ssl-connect-job-waiting"; |
+// Enables implementation of the Cache-Control: stale-while-revalidate directive |
+// which permits servers to allow the use of stale resources while revalidation |
+// proceeds in the background. |
+const char kEnableStaleWhileRevalidate[] = "enable-stale-while-revalidate"; |
+ |
// Enables an experimental hosted app experience. |
const char kEnableStreamlinedHostedApps[] = "enable-streamlined-hosted-apps"; |