| Index: webkit/tools/test_shell/test_shell_main.cc
|
| diff --git a/webkit/tools/test_shell/test_shell_main.cc b/webkit/tools/test_shell/test_shell_main.cc
|
| index 49ed62be169183a3906bdbab2064ae327cac2e22..e107b6aeb6debc13c1217f3509c3187f24429986 100644
|
| --- a/webkit/tools/test_shell/test_shell_main.cc
|
| +++ b/webkit/tools/test_shell/test_shell_main.cc
|
| @@ -158,9 +158,6 @@ int main(int argc, char* argv[]) {
|
| platform.SuppressErrorReporting();
|
| }
|
|
|
| - if (parsed_command_line.HasSwitch(test_shell::kEnableTracing))
|
| - base::debug::TraceLog::StartTracing();
|
| -
|
| net::HttpCache::Mode cache_mode = net::HttpCache::NORMAL;
|
|
|
| // This is a special mode where JS helps the browser implement
|
|
|