| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 967a3b171b6512900828ac459e14ff92500a5fbe..399fde7d35a86d18406f62d6eb4249b56006f249 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -63,6 +63,10 @@ const char kDebugPluginLoading[] = "debug-plugin-loading";
|
| const char kDefaultTileWidth[] = "default-tile-width";
|
| const char kDefaultTileHeight[] = "default-tile-height";
|
|
|
| +// Delay canceling prefetches for a few seconds so that navigation events
|
| +// don't immediately drop an in-flight prefetch.
|
| +const char kDelayPrefetchCancellation[] = "delay-prefetch-cancellation";
|
| +
|
| // Disable antialiasing on 2d canvas.
|
| const char kDisable2dCanvasAntialiasing[] = "disable-canvas-aa";
|
|
|
|
|