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

Unified Diff: components/test_runner/web_test_proxy.cc

Issue 1345343003: Remove lots of old blur plumbing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase. 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
Index: components/test_runner/web_test_proxy.cc
diff --git a/components/test_runner/web_test_proxy.cc b/components/test_runner/web_test_proxy.cc
index 3601ff5055df75292d8f4f5b879d1f07c4510bfa..9544c474a2ed18ee976e7b84433c226d89304ba9 100644
--- a/components/test_runner/web_test_proxy.cc
+++ b/components/test_runner/web_test_proxy.cc
@@ -1018,10 +1018,6 @@ void WebTestProxyBase::DidFocus() {
delegate_->SetFocus(this, true);
}
-void WebTestProxyBase::DidBlur() {
- delegate_->SetFocus(this, false);
-}
-
void WebTestProxyBase::SetToolTipText(const blink::WebString& text,
blink::WebTextDirection direction) {
test_interfaces_->GetTestRunner()->setToolTipText(text);
« no previous file with comments | « components/test_runner/web_test_proxy.h ('k') | components/web_contents_delegate_android/web_contents_delegate_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698