| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index e34c99a8eef95ce4977bd94b44652de09eddfeda..48ab143cab065e76df3f4342a9bdd132a66dfd07 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -290,9 +290,6 @@ const char kEnableAcceleratedJpegDecoding[] =
|
| const char kEnableBleedingEdgeRenderingFastPaths[] =
|
| "enable-bleeding-edge-rendering-fast-paths";
|
|
|
| -// Disable deferred image filters.
|
| -const char kDisableDeferredFilters[] = "disable-deferred-filters";
|
| -
|
| // Enables LCD text.
|
| const char kEnableLCDText[] = "enable-lcd-text";
|
|
|
|
|