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

Unified Diff: content/shell/test_runner/web_view_test_client.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
« no previous file with comments | « content/shell/test_runner/test_runner.cc ('k') | content/shell/test_runner/web_view_test_client.cc » ('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.h
diff --git a/content/shell/test_runner/web_view_test_client.h b/content/shell/test_runner/web_view_test_client.h
index 502f1aab6aba674ab1254eb4ad2d2c51f327e227..ef34e45c8402c40c5aa0d670d275e5e6dbe88712 100644
--- a/content/shell/test_runner/web_view_test_client.h
+++ b/content/shell/test_runner/web_view_test_client.h
@@ -42,7 +42,6 @@ class WebViewTestClient : public blink::WebViewClient {
const blink::WebString& frame_name,
blink::WebNavigationPolicy policy,
bool suppress_opener) override;
- void SetStatusText(const blink::WebString& text) override;
void PrintPage(blink::WebLocalFrame* frame) override;
blink::WebSpeechRecognizer* SpeechRecognizer() override;
blink::WebString AcceptLanguages() override;
« no previous file with comments | « content/shell/test_runner/test_runner.cc ('k') | content/shell/test_runner/web_view_test_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698