| Index: trunk/src/content/public/common/content_switches.cc
|
| ===================================================================
|
| --- trunk/src/content/public/common/content_switches.cc (revision 217225)
|
| +++ trunk/src/content/public/common/content_switches.cc (working copy)
|
| @@ -399,11 +399,6 @@
|
| 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";
|
|
|
|
|