| Index: content/public/common/content_switches.cc
 | 
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
 | 
| index 35708aea70e7e746c35ef8ee6e61aeb9a3671679..7c6b95fd0cff8a9e7c456d4396d167b82e9ef15f 100644
 | 
| --- a/content/public/common/content_switches.cc
 | 
| +++ b/content/public/common/content_switches.cc
 | 
| @@ -438,6 +438,11 @@ const char kEnableSmoothScrolling[]         = "enable-smooth-scrolling";
 | 
|  // Enable spatial navigation
 | 
|  const char kEnableSpatialNavigation[]       = "enable-spatial-navigation";
 | 
|  
 | 
| +// 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 StatsTable, logging statistics to a global named shared memory table.
 | 
|  const char kEnableStatsTable[]              = "enable-stats-table";
 | 
|  
 | 
| 
 |