| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 161d0aad0a55a44c7f06756063ffb9e805e9c725..428b8571efa9ed0d98e782d99801469db11931e2 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -594,6 +594,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";
|
|
|
|
|