| Index: cc/base/switches.cc
|
| diff --git a/cc/base/switches.cc b/cc/base/switches.cc
|
| index 1fb7ac98e37d6b3b87e1431a530bd25cd16a291e..72bb14ed28e1dc1ca6d824224555694b724090d9 100644
|
| --- a/cc/base/switches.cc
|
| +++ b/cc/base/switches.cc
|
| @@ -9,11 +9,6 @@
|
| namespace cc {
|
| namespace switches {
|
|
|
| -// On platforms where checkerboards are used, prefer background colors instead
|
| -// of checkerboards.
|
| -const char kBackgroundColorInsteadOfCheckerboard[] =
|
| - "background-color-instead-of-checkerboard";
|
| -
|
| // Disables LCD text.
|
| const char kDisableLCDText[] = "disable-lcd-text";
|
|
|
|
|