Index: content/public/browser/web_contents.h |
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h |
index f7f09b79f98dec0e6286128d743c7d0ecfa32803..34c8b64de5341a579a8adbaa753462c1e4b485e3 100644 |
--- a/content/public/browser/web_contents.h |
+++ b/content/public/browser/web_contents.h |
@@ -416,6 +416,10 @@ class WebContents : public PageNavigator, |
// Reloads the focused frame. |
virtual void ReloadFocusedFrame(bool ignore_cache) = 0; |
+ // Reloads all the Lo-Fi images in this WebContents. Ignores the cache and |
+ // reloads from the network. |
+ virtual void ReloadLoFiImages() = 0; |
+ |
// Editing commands ---------------------------------------------------------- |
virtual void Undo() = 0; |