| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index c1e22962f9a4bcc688b8d597f9c328963e7394ca..bb6e7630f551a4e44d0e120be6fad29fb8c4c0d3 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";
|
|
|
|
|