| Index: third_party/WebKit/public/web/WebLocalFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
|
| index a26758f4aa7207247a28c7ed037f64f935519508..c1aad69865e94502d7615a30f2ab223256aa38d0 100644
|
| --- a/third_party/WebKit/public/web/WebLocalFrame.h
|
| +++ b/third_party/WebKit/public/web/WebLocalFrame.h
|
| @@ -189,6 +189,10 @@ public:
|
| // If the provided node is an image, reload the image disabling Lo-Fi.
|
| virtual void reloadImage(const WebNode&) = 0;
|
|
|
| + // Reloads all the Lo-Fi images in this WebLocalFrame. Ignores the cache and
|
| + // reloads from the network.
|
| + virtual void reloadLoFiImages() = 0;
|
| +
|
| // Feature usage logging --------------------------------------------------
|
|
|
| virtual void didCallAddSearchProvider() = 0;
|
|
|