Index: content/browser/web_contents/web_contents_impl.cc |
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc |
index 99c9ca878d36f31f3c3a45608fd379ecb85e813e..aa10e58e6540f12193fb070f32ca12805e862201 100644 |
--- a/content/browser/web_contents/web_contents_impl.cc |
+++ b/content/browser/web_contents/web_contents_impl.cc |
@@ -2341,6 +2341,10 @@ void WebContentsImpl::ReloadFocusedFrame(bool ignore_cache) { |
focused_frame->GetRoutingID(), ignore_cache)); |
} |
+void WebContentsImpl::ReloadLoFiImages() { |
+ SendToAllFrames(new FrameMsg_ReloadLoFiImages(MSG_ROUTING_NONE)); |
+} |
+ |
void WebContentsImpl::Undo() { |
RenderFrameHost* focused_frame = GetFocusedFrame(); |
if (!focused_frame) |