Index: webkit/tools/test_shell/test_shell_main.cc |
=================================================================== |
--- webkit/tools/test_shell/test_shell_main.cc (revision 84493) |
+++ webkit/tools/test_shell/test_shell_main.cc (working copy) |
@@ -158,6 +158,9 @@ |
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 |