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

Unified Diff: content/public/browser/web_contents.h

Issue 1624583003: Reload Lo-Fi images inline instead of reloading the whole page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added comment Created 4 years, 10 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
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;

Powered by Google App Engine
This is Rietveld 408576698