| Index: cc/base/switches.cc
|
| diff --git a/cc/base/switches.cc b/cc/base/switches.cc
|
| index 77682e67d4380680f8a540a8282cc7f64e31483e..6c6faff9e8b8232400f0a3f6039dbcde21f836f3 100644
|
| --- a/cc/base/switches.cc
|
| +++ b/cc/base/switches.cc
|
| @@ -130,10 +130,6 @@ const char kUseMapImage[] = "use-map-image";
|
| // Prevents the layer tree unit tests from timing out.
|
| const char kCCLayerTreeTestNoTimeout[] = "cc-layer-tree-test-no-timeout";
|
|
|
| -// Trace events get dumped to stderr for debugging purposes.
|
| -const char kCCUnittestsTraceEventsToVLOG[] =
|
| - "cc-unittests-trace-events-to-vlog";
|
| -
|
| bool IsImplSidePaintingEnabled() {
|
| const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
|
|
|
|