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

Unified Diff: content/shell/test_runner/web_view_test_client.cc

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
« no previous file with comments | « content/shell/test_runner/web_view_test_client.h ('k') | content/shell/test_runner/web_view_test_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/test_runner/web_view_test_client.cc
diff --git a/content/shell/test_runner/web_view_test_client.cc b/content/shell/test_runner/web_view_test_client.cc
index 0baeb968c7128a5b38b726448b05999f56856fac..ba283e86e10f67f3df17b29894b93f079b3b7220 100644
--- a/content/shell/test_runner/web_view_test_client.cc
+++ b/content/shell/test_runner/web_view_test_client.cc
@@ -72,14 +72,6 @@ blink::WebView* WebViewTestClient::CreateView(
return reinterpret_cast<blink::WebView*>(0xdeadbeef);
}
-void WebViewTestClient::SetStatusText(const blink::WebString& text) {
- if (!test_runner()->shouldDumpStatusCallbacks())
- return;
- delegate()->PrintMessage(
- std::string("UI DELEGATE STATUS CALLBACK: setStatusText:") +
- text.Utf8().data() + "\n");
-}
-
// Simulate a print by going into print mode and then exit straight away.
void WebViewTestClient::PrintPage(blink::WebLocalFrame* frame) {
blink::WebSize page_size_in_pixels = frame->View()->Size();
« no previous file with comments | « content/shell/test_runner/web_view_test_client.h ('k') | content/shell/test_runner/web_view_test_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698