| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 8552485dd2f822a8152f4bca1cd251a0dac748b8..876a34eaf6c87d6f38b855e3d3ffcda2878aa528 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -600,6 +600,10 @@ const char kEnableSdch[] = "enable-sdch";
|
| // Enable SPDY/3. This is a temporary testing flag.
|
| const char kEnableSpdy3[] = "enable-spdy3";
|
|
|
| +// Enable speculative resource prefetching.
|
| +const char kEnableSpeculativeResourcePrefetching[] =
|
| + "enable-speculative-resource-prefetching";
|
| +
|
| // Enables the stacked tabstrip.
|
| const char kEnableStackedTabStrip[] = "enable-stacked-tab-strip";
|
|
|
|
|