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

Unified Diff: content/renderer/render_view_impl.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/renderer/render_view_impl.h ('k') | content/shell/test_runner/layout_test_runtime_flags.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.cc
diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc
index c91ab567c06e11c18337ac350c7cdd1514155274..47bd90ca68f940b715e5308834cfe38624dab8af 100644
--- a/content/renderer/render_view_impl.cc
+++ b/content/renderer/render_view_impl.cc
@@ -1631,8 +1631,6 @@ void RenderViewImpl::MoveValidationMessage(
GetRoutingID(), AdjustValidationMessageAnchor(anchor_in_viewport)));
}
-void RenderViewImpl::SetStatusText(const WebString& text) {}
-
void RenderViewImpl::UpdateTargetURL(const GURL& url,
const GURL& fallback_url) {
GURL latest_url = url.is_empty() ? fallback_url : url;
« no previous file with comments | « content/renderer/render_view_impl.h ('k') | content/shell/test_runner/layout_test_runtime_flags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698