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

Unified Diff: content/shell/test_runner/web_view_test_proxy.h

Issue 2907463003: Remove window.status plumbing, it's unused and the spec says it's a dummy (Closed)
Patch Set: Drop accidental change Created 3 years, 7 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: content/shell/test_runner/web_view_test_proxy.h
diff --git a/content/shell/test_runner/web_view_test_proxy.h b/content/shell/test_runner/web_view_test_proxy.h
index 6a7ce7991964ec0918cfcda5b929c8ff870a4cf2..e22752e8a77b87cd34bcabf4f45ffdc6d7da026a 100644
--- a/content/shell/test_runner/web_view_test_proxy.h
+++ b/content/shell/test_runner/web_view_test_proxy.h
@@ -197,10 +197,6 @@ class WebViewTestProxy : public Base, public WebViewTestProxyBase {
return Base::CreateView(creator, request, features, frame_name, policy,
suppress_opener);
}
- void SetStatusText(const blink::WebString& text) override {
- view_test_client()->SetStatusText(text);
- Base::SetStatusText(text);
- }
void PrintPage(blink::WebLocalFrame* frame) override {
view_test_client()->PrintPage(frame);
}

Powered by Google App Engine
This is Rietveld 408576698