Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(282)

Unified Diff: content/shell/renderer/webkit_test_runner.cc

Issue 297513010: [abort] [do not submit] fiddle with test runner (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/shell/renderer/test_runner/web_test_proxy.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/webkit_test_runner.cc
diff --git a/content/shell/renderer/webkit_test_runner.cc b/content/shell/renderer/webkit_test_runner.cc
index 4d21232489d6ae9ddb7c1797397eb0393c07bc8f..f9ffab22c72c08a1cfbced5239dfab42377d2bfe 100644
--- a/content/shell/renderer/webkit_test_runner.cc
+++ b/content/shell/renderer/webkit_test_runner.cc
@@ -617,6 +617,8 @@ void WebKitTestRunner::CaptureDump() {
ShellRenderProcessObserver::GetInstance()->test_interfaces();
TRACE_EVENT0("shell", "WebKitTestRunner::CaptureDump");
+ LOG(WARNING) << "WebKitTestRunner::CaptureDump";
+
if (interfaces->testRunner()->shouldDumpAsAudio()) {
std::vector<unsigned char> vector_data;
interfaces->testRunner()->getAudioData(&vector_data);
« no previous file with comments | « content/shell/renderer/test_runner/web_test_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698