Chromium Code Reviews| Index: content/public/common/content_switches.cc |
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
| index a21c092cadea195b305214f5e96e411cd1e1359c..e886627ada63b4e2dc34280c4a1828d9f9b81f19 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. |
|
asanka
2013/10/14 21:06:49
Nit: Update comment. Probably want to explicitly m
|
| +const char kDelayDetachableCancellation[] = "delay-detachable-cancellation"; |
| + |
| // Disable antialiasing on 2d canvas. |
| const char kDisable2dCanvasAntialiasing[] = "disable-canvas-aa"; |