| Index: cc/base/switches.cc
 | 
| diff --git a/cc/base/switches.cc b/cc/base/switches.cc
 | 
| index 64d31da17f0748941ca361472474ba2e367a4595..768cfdee04749dad89f3aff1016e2bc3aa67c040 100644
 | 
| --- a/cc/base/switches.cc
 | 
| +++ b/cc/base/switches.cc
 | 
| @@ -127,10 +127,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();
 | 
|  
 | 
| 
 |