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

Unified Diff: content/test/test_blink_web_unit_test_support.cc

Issue 1401213002: content: Rename DumpRenderTree references to test_runner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/browser/webkit_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_blink_web_unit_test_support.cc
diff --git a/content/test/test_blink_web_unit_test_support.cc b/content/test/test_blink_web_unit_test_support.cc
index 525b25f20322083d95ca0f538f6b851e4822cb2b..0be226abad178019bba86840f98199c806b9196e 100644
--- a/content/test/test_blink_web_unit_test_support.cc
+++ b/content/test/test_blink_web_unit_test_support.cc
@@ -181,7 +181,7 @@ blink::WebURLLoader* TestBlinkWebUnitTestSupport::createURLLoader() {
}
blink::WebString TestBlinkWebUnitTestSupport::userAgent() {
- return blink::WebString::fromUTF8("DumpRenderTree/0.0.0.0");
+ return blink::WebString::fromUTF8("test_runner/0.0.0.0");
}
blink::WebData TestBlinkWebUnitTestSupport::loadResource(const char* name) {
« no previous file with comments | « content/browser/webkit_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698