| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 07c6ff3f3865619c9a7eff591fb6196382141527..23a746c49e49ac515f48343aae0e1dbebb613cde 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -399,6 +399,11 @@ const char kEnableGpuClientTracing[] = "enable-gpu-client-tracing";
|
| const char kEnableHighDpiCompositingForFixedPosition[] =
|
| "enable-high-dpi-fixed-position-compositing";
|
|
|
| +#if defined(OS_WIN)
|
| +// Use high resolution timers for TimeTicks.
|
| +const char kEnableHighResolutionTime[] = "enable-high-resolution-time";
|
| +#endif
|
| +
|
| // Enable HTML Imports
|
| extern const char kEnableHTMLImports[] = "enable-html-imports";
|
|
|
|
|