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

Unified Diff: components/test_runner/web_test_proxy.h

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
« no previous file with comments | « components/guest_view/browser/guest_view_base.cc ('k') | components/test_runner/web_test_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/web_test_proxy.h
diff --git a/components/test_runner/web_test_proxy.h b/components/test_runner/web_test_proxy.h
index f60a9adef6b794f2fe2a3c42510adf2300764fbc..76facae751e5e49191c788c71d9a76275e5f0fb2 100644
--- a/components/test_runner/web_test_proxy.h
+++ b/components/test_runner/web_test_proxy.h
@@ -174,7 +174,6 @@ class TEST_RUNNER_EXPORT WebTestProxyBase {
void RequestPointerUnlock();
bool IsPointerLocked();
void DidFocus();
- void DidBlur();
void SetToolTipText(const blink::WebString& text,
blink::WebTextDirection direction);
void DidAddMessageToConsole(const blink::WebConsoleMessage& text,
@@ -358,10 +357,6 @@ class WebTestProxy : public Base, public WebTestProxyBase {
WebTestProxyBase::DidFocus();
Base::didFocus();
}
- virtual void didBlur() {
- WebTestProxyBase::DidBlur();
- Base::didBlur();
- }
virtual void setToolTipText(const blink::WebString& text,
blink::WebTextDirection hint) {
WebTestProxyBase::SetToolTipText(text, hint);
« no previous file with comments | « components/guest_view/browser/guest_view_base.cc ('k') | components/test_runner/web_test_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698