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

Unified Diff: content/shell/renderer/test_runner/web_test_runner.h

Issue 583113002: Abstract class WebTestDelegate to chromium c++ style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update test_runner Created 6 years, 3 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') | content/shell/renderer/webkit_test_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/test_runner/web_test_runner.h
diff --git a/content/shell/renderer/test_runner/web_test_runner.h b/content/shell/renderer/test_runner/web_test_runner.h
index b15c056a908b10852a5b86eac374bcb2dd64a6f3..f2d6fc1d140ba47f0dc1e5c98a70d49ffaa293a3 100644
--- a/content/shell/renderer/test_runner/web_test_runner.h
+++ b/content/shell/renderer/test_runner/web_test_runner.h
@@ -19,7 +19,7 @@ class WebTestRunner {
// embedder should use this for all WebViews it creates.
virtual blink::WebPermissionClient* GetWebPermissions() const = 0;
- // After WebTestDelegate::testFinished was invoked, the following methods
+ // After WebTestDelegate::TestFinished was invoked, the following methods
// can be used to determine what kind of dump the main WebTestProxy can
// provide.
« no previous file with comments | « content/shell/renderer/test_runner/web_test_proxy.cc ('k') | content/shell/renderer/webkit_test_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698