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

Unified Diff: components/test_runner/test_runner.h

Issue 2171503005: Rename WebTestProxy to WebViewTestProxy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing comments Created 4 years, 5 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 | « components/test_runner/test_interfaces.cc ('k') | components/test_runner/test_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/test_runner.h
diff --git a/components/test_runner/test_runner.h b/components/test_runner/test_runner.h
index d9e1a1ca68f3e8bc5039f37644a854a61efe9bac..69b2ea5fcdd2fc02d2e90a826b188b367354cb98 100644
--- a/components/test_runner/test_runner.h
+++ b/components/test_runner/test_runner.h
@@ -459,7 +459,7 @@ class TestRunner : public WebTestRunner {
// results will be the drag image instead of a snapshot of the page.
void DumpDragImage();
- // Sets a flag that tells the WebTestProxy to dump the default navigation
+ // Sets a flag that tells the WebViewTestProxy to dump the default navigation
// policy passed to the decidePolicyForNavigation callback.
void DumpNavigationPolicy();
@@ -468,7 +468,7 @@ class TestRunner : public WebTestRunner {
void SetDumpConsoleMessages(bool value);
///////////////////////////////////////////////////////////////////////////
- // Methods interacting with the WebTestProxy
+ // Methods interacting with the WebViewTestProxy
///////////////////////////////////////////////////////////////////////////
// Methods forwarding to the WebTestDelegate
« no previous file with comments | « components/test_runner/test_interfaces.cc ('k') | components/test_runner/test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698