| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index ea672e71ccfe35b7830b38fe1df8c2ea2067114f..7c585082a8f608158677682a9c5457855a2c16c9 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -152,8 +152,6 @@ const char kDisableFlash3d[] = "disable-flash-3d";
|
| // Disable Stage3D inside of flapper.
|
| const char kDisableFlashStage3d[] = "disable-flash-stage3d";
|
|
|
| -const char kDisableGestureTapHighlight[] = "disable-gesture-tap-highlight";
|
| -
|
| // Disables GPU hardware acceleration. If software renderer is not in place,
|
| // then the GPU process won't launch.
|
| const char kDisableGpu[] = "disable-gpu";
|
| @@ -376,9 +374,6 @@ const char kEnableFileCookies[] = "enable-file-cookies";
|
| // Enable the fast text autosizing implementation.
|
| const char kEnableFastTextAutosizing[] = "enable-fast-text-autosizing";
|
|
|
| -// Enable Gesture Tap Highlight
|
| -const char kEnableGestureTapHighlight[] = "enable-gesture-tap-highlight";
|
| -
|
| // Enables TRACE for GL calls in the renderer.
|
| const char kEnableGpuClientTracing[] = "enable-gpu-client-tracing";
|
|
|
|
|