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

Unified Diff: components/test_runner/test_runner_for_specific_view.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_runner.gyp ('k') | components/test_runner/test_runner_for_specific_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/test_runner_for_specific_view.h
diff --git a/components/test_runner/test_runner_for_specific_view.h b/components/test_runner/test_runner_for_specific_view.h
index e0c6d5e1938eec9d52a4421e0667f1480d84193a..003d5d9a86db58d853d343f07b077b709ea016f8 100644
--- a/components/test_runner/test_runner_for_specific_view.h
+++ b/components/test_runner/test_runner_for_specific_view.h
@@ -31,7 +31,7 @@ class Arguments;
namespace test_runner {
class WebTestDelegate;
-class WebTestProxyBase;
+class WebViewTestProxyBase;
// TestRunnerForSpecificView implements part of |testRunner| javascript bindings
// that work with a view where the javascript call originated from. Examples:
@@ -40,7 +40,8 @@ class WebTestProxyBase;
// Note that "global" bindings are handled by TestRunner class.
class TestRunnerForSpecificView {
public:
- explicit TestRunnerForSpecificView(WebTestProxyBase* web_test_proxy_base);
+ explicit TestRunnerForSpecificView(
+ WebViewTestProxyBase* web_view_test_proxy_base);
~TestRunnerForSpecificView();
// Installs view-specific bindings (handled by |this|) and *also* global
@@ -216,10 +217,10 @@ class TestRunnerForSpecificView {
std::string SelectionAsMarkup();
void SetViewSourceForFrame(const std::string& name, bool enabled);
- // Helpers for accessing pointers exposed by |web_test_proxy_base_|.
+ // Helpers for accessing pointers exposed by |web_view_test_proxy_base_|.
blink::WebView* web_view();
WebTestDelegate* delegate();
- WebTestProxyBase* web_test_proxy_base_;
+ WebViewTestProxyBase* web_view_test_proxy_base_;
base::WeakPtrFactory<TestRunnerForSpecificView> weak_factory_;
« no previous file with comments | « components/test_runner/test_runner.gyp ('k') | components/test_runner/test_runner_for_specific_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698